You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test executions returned 0 (left pipeline green) even though no test ran at all due to one broken feature file
β What did you expect to see?
cucumber-js should return nonzero in case of feature file parsing errors
π¦ Which tool/library version are you using?
$ node -v
v19.4.0
$ npm -v
9.2.0
$ node_modules/@cucumber/cucumber/bin/cucumber-js -v
This Node.js version (v19.4.0) has not been tested with this version of Cucumber; it should work normally, but please raise an issue if you see anything unexpected.
8.10.0
π¬ How could we reproduce it?
Steps:
put some >>>>> signs into a feature file
$ node_modules/@cucumber/cucumber/bin/cucumber-js
This Node.js version (v19.4.0) has not been tested with this version of Cucumber; it should work normally, but please raise an issue if you see anything unexpected.
Parse error in "features/xxxxxx.feature" (4:5): expected: #TagLine, #RuleLine, #Comment, #Empty, got '>>>>>>>> Scenario Outline: xxxxxxx'
...
$ echo $?
0
The text was updated successfully, but these errors were encountered:
π What did you see?
test executions returned 0 (left pipeline green) even though no test ran at all due to one broken feature file
β What did you expect to see?
cucumber-js should return nonzero in case of feature file parsing errors
π¦ Which tool/library version are you using?
$ node -v
v19.4.0
$ npm -v
9.2.0
$ node_modules/@cucumber/cucumber/bin/cucumber-js -v
This Node.js version (v19.4.0) has not been tested with this version of Cucumber; it should work normally, but please raise an issue if you see anything unexpected.
8.10.0
π¬ How could we reproduce it?
Steps:
put some >>>>> signs into a feature file
$ node_modules/@cucumber/cucumber/bin/cucumber-js
This Node.js version (v19.4.0) has not been tested with this version of Cucumber; it should work normally, but please raise an issue if you see anything unexpected.
Parse error in "features/xxxxxx.feature" (4:5): expected: #TagLine, #RuleLine, #Comment, #Empty, got '>>>>>>>> Scenario Outline: xxxxxxx'
...
$ echo $?
0
The text was updated successfully, but these errors were encountered: