Skip to content
Discussion options

You must be logged in to vote

For JUnit the "correct" behaviour is that the reports JUnit generates overwrite each other as they are created by two distinct executions. Only Surefire knows that it is rerunning tests, so only Surefire can create the correct the report. In other words, for correct reports you have to use Surefire's XML reporting support, not JUnits.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@mpkorstanje
Comment options

@eliasnogueira
Comment options

@mpkorstanje
Comment options

Answer selected by eliasnogueira
@eliasnogueira
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants