test-bdd-cucumber-perl icon indicating copy to clipboard operation
test-bdd-cucumber-perl copied to clipboard

Test::BDD::Cucumber - Cucumber in Perl

Results 9 test-bdd-cucumber-perl issues
Sort by recently updated
recently updated
newest added
trafficstars

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

enhancement

Please vote for this issue if you would like to see support for Gherkin's `Rule` keyword.

enhancement

* [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

Something like https://sqitch.org/ or https://weasel.pm/

enhancement

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...