-
Notifications
You must be signed in to change notification settings - Fork 15
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
Member data not included in output name #50
Comments
I'm also impacted by this; it looks like it doesn't detect the xunit theory parameters when emitting the This then causes issues with GitLab counting test results, as mentioned in here: #42 (comment) |
This fixes spekt/junit.testlogger#50 by including the Xunit theory parameters in test names.
This fixes spekt/junit.testlogger#50 by including the Xunit theory parameters in test names.
This fixes spekt/junit.testlogger#50 by including the xUnit theory parameters in test names.
This fixes spekt/junit.testlogger#50 by including the xUnit theory data in test names.
I also just noticed this issue. It would be nice if the theory data was in the test name. |
This should be resolved as of 3.0.114 |
@Siphonophora according your comment this ticket was fixed in |
Hello.
I am currently getting a similar issue to #42. I thought originally it was the same issue, but after updating to the latest version (
3.0.110
) I'm still getting the issue. After reading the issue properly, I realised that my cause was slightly different.Providing the following test in
xunit
(member data instead of static inputs)I'm getting the following output
I would expect similar to #42 that each test would include perhaps the ToString representation of
ValidationTest
The text was updated successfully, but these errors were encountered: