Replies: 1 comment
-
That XML file is written by Surefire and currently does not include report entries. Please raise an issue with the Surefire project and ask them to add support for that. The Open Test Reporting format (see User Guide) does support report entries but your downstream tools may not yet be able to process it as it's relatively new. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ref:
junit 5.9.2
maven surefire plugin 3.5.3
I've attempted to use TestReporter like documented
https://junit.org/junit5/docs/current/user-guide/#writing-tests-dependency-injection
However, the outputs do not appear in the result xml files nor in the logged output.txt files.
This seemed to be a hit-and-miss as I've seen it worked in another maven project with the same surefire plugin
my POM declarations are like such
is there something that might be missing or any configurations needed to get TestReporter to work correctly?
Beta Was this translation helpful? Give feedback.
All reactions