Providing additional test reports for JUnit Jupiter and its extensions.
This is a side project of JUnit Pioneers extension pack. Check out junit-pioneer.org, particularly the documentation section.
If you are interested, there are several ways how you can contribute.
As this is early development there's not deployment to Maven's central repository yet. This said, you have to download the repo, build the project and install it into your local repository.
After that you can add the dependency to your POM:
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>test-reports</artifactId>
<version><!--...--></version>
<scope>test</scope>
</dependency>
For Gradle:
testCompile group: 'org.junit-pioneer', name: 'test-reports', version: /*...*/