Maven
A guide for generating Trunk-compatible test reports for Maven
Checklist
Generating Reports
Report File Path
<project>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<configuration>
<reportsDirectory>${project.build.directory}/junit/</reportsDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>Using Kotlin and Kotest
Disable Retries
Try It Locally
The Validate Command
Test Upload


Next Steps
Last updated













