Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scenario outline title placeholder to work with autoBindSteps #198

Merged

Conversation

Papooch
Copy link
Contributor

@Papooch Papooch commented Mar 24, 2024

Fixes #101

Opened a new PR on current master in favor of #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.

@bencompton bencompton merged commit 3ac46fe into bencompton:master Mar 24, 2024
2 checks passed
@Papooch Papooch deleted the fix/scenario-outline-with-placeholders branch March 24, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using Scenario Outline title placeholder doesn't work with autoBindSteps
2 participants