JUnit PDF Report 1.0 review
DownloadJUnit PDF Report project generates a PDF report from JUnit test results. It uses Apache Ant to execute the generation, and Apache
|
|
JUnit PDF Report project generates a PDF report from JUnit test results.
It uses Apache Ant to execute the generation, and Apache FOP to render the PDF document.
While automating tests for my company, I found that everything I need is available in the open source community, except printable test reports.
I couldn't sell the JUnitReport HTML reports to users. They see them as a technical artifact, and want to have a report that feels like a sign-off document.
Rather than building a solution in-house, I decided to initiate an open source project for it. I hope I can give something back to the community for everything it gave me.
Requirements:
A working copy of Ant (version 1.6.2 or later) with JUnit support.
The Apache FOP libraries (version 0.20.5 or later, from release JUNITPDFREPORT_0_3 on it also works with fop-0.90alpha1 and fop-0.91beta) installed on your computer.
The JUnit PDF Report distribution.
What's New in This Release:
The release provides complete support for JUnit 4 to 4.2 and Ant 1.7.
JUnit PDF Report 1.0 search tags