bencompton / jest-cucumber

Execute Gherkin scenarios in Jest
Apache License 2.0
657 stars 115 forks source link

Fix scenario outline title placeholder to work with autoBindSteps #198

Closed Papooch closed 6 months ago

Papooch commented 6 months ago

Fixes #101

Opened a new PR on current master in favor of https://github.com/bencompton/jest-cucumber/pull/142.

To try and install this version locally, run

npm install --save-dev Papooch/jest-cucumber#dist

1) Checkout the firs commit, run npm run test 2) See test fail with Feature file has a scenario titled "Selling an <Item> at $<Amount>", but no match found in step definitions. 3) Checkout second commit, see all tests pass.