-
Bug
-
Resolution: Unresolved
-
Major
-
None
Still have this issue - Jenkins 2.162.1, JUnit plugin 1.27
Some of the tests appear twice, there is no difference between tests that appear once or twice..
These are not junit tests, but they create a test_results.xml in junit format.
it looks like only the last test in the group appear twice, or those that are "alone"
Pipeline code:
junit "/output/**/test_results.xml"
I have the same problem of tests reporting twice with Pipeline. But when I run mvn test using Freestyle - it works fine and reports them once.