Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
2.20.1
-
None
-
None
-
linux
Description
pom:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.20.1</version>
<configuration>
<!-- to show failed tests only -->
<showSuccess>false</showSuccess>
</configuration>
</plugin>
mvn surefire-report:report
Then in reports the icons which can be seen in the docs are missing.
I suspect, that in the docs one must add the information
how to add the icons.