Maven
A guide for generating JUnit test reports for Maven tests
1. Generate JUnit
Configure the maven-surefire-plugin
plugin in your pom.xml
file:
2. Output Location
The JUnit report will be in the target/surefire-reports
directory.
Next Step
JUnit files generated with Maven are compatible with Trunk Flaky Tests. See CI Providers for a guide on how to upload test results to Trunk.
Last updated