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

feat(snapshot): add snapshot support for Scenario Outline #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lelbil
Copy link

@lelbil lelbil commented Mar 7, 2018

Summary
This PR is in response to #24
I try to make the snapshot support Scenario Outlines

The snapshots developed by @bnadim didn't work with Scenario Outlines, @plouc pointed that out, and I tried to solve the problem as best as I can. I am still willing to refine my code until this PR's is acceptable and merged :)

Test plan
To test this, I added one test to examples/filters/snapshot/snapshot.feature which is a Scenario Outline where the examples are somewhat scattered across multiple lines, so as to test that the blank lines and comments are ignored.
To run my tests, I used this command cucumberjs --require examples/support examples/features --tags @snapshot

@pebie pebie closed this Aug 16, 2021
@pebie pebie reopened this Aug 16, 2021
@pebie pebie force-pushed the master branch 3 times, most recently from 2a1f5cd to 7fa350d Compare January 14, 2022 13:46
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.

2 participants