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
If a feature file has an invalid syntax and is not parseable, the dataprovider in AbstractTestNGCucumberTests does not fail. The dataprovider does not provide any feature to the test method. Accordingly, no tests are executed and the no tests fails.
I would expect the test to fail!
The text was updated successfully, but these errors were encountered:
TestNG DataProvider did not fail if a feature file was not parseable.
This commit allows to configure whether a test fails if at least one
feature file is not parseable.
In addition, test always fails if at least one feature file is not
parseable and strict mode is enabled.
Fixescucumber#953
If a feature file has an invalid syntax and is not parseable, the dataprovider in AbstractTestNGCucumberTests does not fail. The dataprovider does not provide any feature to the test method. Accordingly, no tests are executed and the no tests fails.
I would expect the test to fail!
The text was updated successfully, but these errors were encountered: