-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tag outline scenarios - it runs only one scenario #195
Comments
|
So it looks like tags are removed here
I'm trying to understand logic behind this, commenting this line helps but all scenarios inherit all tags then.. |
pull request in #197 |
I run into a similar issue, but in my case, only the last row on the table gets run. Any feedback of how to approach this would be great |
What version of cucumber-js are you running? This feature encompasses the current behavior and was added in 0.9.1. |
I'm using cucumberjs version: 0.9.2 with nightwatchjs and the cucumber plugin version - 0.6.7. Not sure if the latest help. Table looks like this: and the step that uses it: I'm adding additional info just in case it helps. |
Based on the cucumber plugin changelog scenario outlines weren't supported until 1.2.0. |
Yeah, it works now, after updating to a newer version. Apologies I should have checked the changelog. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Given a Feature with scenario:
And step definition
When i run 'cucumber-js --tags @SomeTag'
Scenario is executed only once with first row of examples
Expected - scenario should be executed for all examples
The text was updated successfully, but these errors were encountered: