-
Notifications
You must be signed in to change notification settings - Fork 98
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
testng reports failing jgiven test cases as passing #138
Comments
So the TestNG report is wrong, but the JGiven report is correct? |
Yes the JGiven report is correct but the TestNG report is wrong. |
I actually introduced the bug when I fixed #123. Too bad that my test did not test the TestNg status, but only the JGiven status :-( |
I back ported this fix to 0.8.x and will release a 0.8.4 version with that fix |
0.8.4 is released with this fix |
Due to the severity of the issue I also released v0.9.1 with this fix |
Given a TestNG-based test with a data provider
And the data provider provides at least two cases
And one case fails
When running the test
Then the TestNG report should contain one failed case
Instead all tests cases are reported as passing.
This behavior is since version 0.8.3.
The text was updated successfully, but these errors were encountered: