-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
2 test runs created for the same build #41
Comments
*Jupiter = JUnit 5 |
Fixed in #47 |
With the new auto-discovery changes the plugin seems to create 2 test runs for the same build:
https://tcms.kiwitcms.org/runs/125/
https://tcms.kiwitcms.org/runs/126/
from what I can tell each test run references the results from a separate .java file, however all of these results must be in the same test run.
The fact that both files and test classes are named very similarly desn't help either.
Note: README probably needs to be updated with some instructions how to use the auto-discovery mechanism.
Question: Is auto-discovery compatible with the
@ExtendWith
decorator?The text was updated successfully, but these errors were encountered: