NAME

Test::BDD::Cucumber - Feature-complete Cucumber-style testing in Perl

VERSION

version 0.02

DESCRIPTION

A sane and complete Cucumber implementation in Perl

WARNING

This is beta software, at best. The interface is unlikely to undergo major incompatible changes, but it's certainly possible. Do have a read of the Bugs and Missing section below so you're not surprised when these things don't work.

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.

BUGS AND MISSING

The following things do not work in this release, although support is planned in the very near future:

  • Tags

  • Localization

  • Step Argument Transforms

  • Quoting in tables is broken

  • Placeholders in pystrings is broken

  • Documentation is barely sufficient, rather than excellent :-/

CODE

On Github, of course: https://github.com/sheriff/test-bdd-cucumber-perl.

AUTHOR

Peter Sergeant pete@clueball.com

LICENSE

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