-
-
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
Cucumber.js v0.4.3 sometimes skips scenario outlines. #245
Comments
Wow, thanks for reporting this. @simondean can you take a look at this as you worked a lot on scenario outlines? |
@jwoudenberg could you provide a copy of the JSON output for the test case? Thanks |
@simondean it was a bug in |
@jbpros When you say fixed, is it updated in 0.4.3 version or further version? |
@jlin412 it's been released a few minutes ago in 0.4.4. |
Thanks for fixing it @jbpros! |
That was quick. Thanks! |
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. |
We noticed that in v0.4.3 certain scenario outlines are skipped. They are not marked as failing or pending steps, but simply excluded from the test output (checked with both the json and pretty formatter), giving the impression that all tests ran succesfully when, in fact, some were skipped.
I have built a small test-case to demonstrate the bug, which can be found here. Please check and run the scenario.
Scenario two
is recognized, but the step in it is not. Weirdly, removing an additional line from the example table of theScenario one
makesScenario two
run properly.The text was updated successfully, but these errors were encountered: