Test::BDD::Cucumber(3) Feature-complete Cucumber-style testing in Perl

DESCRIPTION

A sane and complete Cucumber implementation in Perl

Behaviour of this module is similar to that, but sometimes different from the real Cucumber, the plan is to move use the same parser and behaviour See the logged issue <https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/73>.

QUICK LINKS

See this distribution: Cucumber on Perl on MetaCPAN <https://metacpan.org/release/Test-BDD-Cucumber>

NEXT STEPS

If you are completely new to Cucumber, you'd get a pretty overview from reading our short and crunchy Tutorial.

If you already understand Cucumber, and just want to get started then you should read the Step-writing quick-start guide, the documentation for our command-line tool App::pherkin, and How to integrate with Test::Builder.

If you want to extend or integrated Test::BDD::Cucumber then you'd probably be more interested in our Architecture overview.

TEN SECOND GUIDE TO USING THIS IN YOUR CI ENVIRONMENT

Don't use the command-line tool, App::pherkin, for integration in your CI environment. Instead, look at the How to integrate with Test::Builder document.

BUGS, MISSING, AND LIMITATIONS

The following things do not work in this release, although support is planned in the very near future:
  • Quoting in tables is broken
  • Placeholders in pystrings is broken

AUTHORS

Peter Sergeant "[email protected]"

Erik Huelsmann "[email protected]"

Ben Rodgers "[email protected]"

LICENSE

Copyright 2011-2016, Peter Sergeant; Licensed under the same terms as Perl