Junit report as PDF, preferably with Maven

2.5k Views Asked by At

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.

2

There are 2 best solutions below

2
On BEST ANSWER
1
On

You can use http://junitpdfreport.sourceforge.net

Unfortunately maven is not supported. You have to configure it with AntRun plugin.