开发者

Junit report as PDF, preferably with Maven

开发者 https://www.devze.com 2023-01-23 22:18 出处:网络
Hey all, Looking for feedback if开发者_JAVA百科 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.Maven PDF plugin with Surefire

Hey all, Looking for feedback if开发者_JAVA百科 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.


Maven PDF plugin with Surefire report: http://maven.apache.org/plugins/maven-pdf-plugin/surefire-report.html


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消