Hey all, Looking for feedback if anyone has a good way to, when you finalize the code, run one last Junit run and create a PDF-version of the junit report.
Junit report as PDF, preferably with Maven
2.5k Views Asked by dhartford At
2
There are 2 best solutions below
1

You can use http://junitpdfreport.sourceforge.net
Unfortunately maven is not supported. You have to configure it with AntRun plugin.
Maven PDF plugin with Surefire report: http://maven.apache.org/plugins/maven-pdf-plugin/surefire-report.html