test-bdd-cucumber-perl
test-bdd-cucumber-perl copied to clipboard
Test::BDD::Cucumber - Cucumber in Perl
The cucumber project started "Gherkin3", a project which allows to consistently parse Gherkin .feature files across languages (https://github.com/cucumber/gherkin).
I called 'diag' and 'note' in the *_steps.pl file, but they are not displayed when I run `prove`. Not even with 'prove -v` I think it would be very useful...
There are a number of parsing and output protocols in the upstream Cucumber project that if we targeted properly, we could use more of their tooling
Please vote for this issue if you would like to see support for Gherkin's `Rule` keyword.
* [x] ~~Mixing comments and steps -- not allowed in Gherkin~~ (it *is* allowed in Gherkin; checked with Cucumber devs) * [x] 'data' field in `Test::BDD::Cucumber::Model::Scenario` * [ ] Test::BDD::Cucumber::Harness::TestBuilder
* [ ] Close issues in the 1.0.0 milestone * [ ] Fix and close #154: Deprecated functionalities
It would be practical to have a summary at the end of a pherkin run, similar to the 'prove' summary. Summary information could be: a listing of scenario files with...