The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.4 - 2014-02-09

  • Added Before and After for scenario
  • Added Any to set condition for all steps
  • Added "debugger" any of your step, the debugger will fired when reached to the point.
  • Added NextStep to jump to next step
  • Added NextExample, if you have examples, just jump to the next one
  • Added NextScenario just ignore the current one and jump to the next scenario
  • Use Test::More is less dependancy the Test::Most
  • Define verbose mode using ENVIRONMENT variable CUCUMBER_VERBOSE, use diag, explain or note etc...
  • or set the verbose mode when create a new cucumber.

Modules

Cucumber-style testing in perl