-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Incorrect number in the Eclipse junit summary #276
Comments
You are not saying what version you are using, and your code is unreadable. Please use GFM I will reopen when you have fixed those 2 problems. |
Please reopen it. I have fixed the problems |
Looks like the bug you are mentioning was fixed in 1.0.0. How does that work for you? https://github.com/cucumber/cucumber-jvm/blob/master/History.md |
The issue only happens when there is background in the feature, and it is not resolved using the 1.0.0 as I test |
Thanks for checking. Reopening. |
@weejulius can you let me know how the fix in 43ee9c8 works for you? It did fix incorrect reporting in IntelliJ, but I don't have Eclipse handy to verify. |
I just tried this fix in Eclipse, and it seems to be working fine there too. |
Ah cool. I just ran into this issue today :) I'll be able to verify it in a bit. I wonder if it's causing a different issue I'm running into, which I'm trying to isolate and debug. (will file if I find it) |
awesome, it is fixed 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. |
Hi,
I have a feature which includes background segment, and as a result the result summary of feature is not correct.
The result should be Runs: 35/35 however what we see is Runs:35/29 and the missed 6 background scenarios go to the Unrooted Tests.
The version is 1.0.0.RC24 and the junit xml is
The text was updated successfully, but these errors were encountered: