Reputation: 350
I'm using maven-surefire-plugin to rerunFailingTests for the failing tests. If the test fails in first attempt and pass on the later attempts, the logs(*.txt, *-output.txt
) from the /target/surefire-reports/
are not preserved. It seems that maven overwrites these logs. Is there a way I can preserve these logs?
Upvotes: 0
Views: 75