JUnit PDF Report 1.0 review

Download
by rbytes.net on

JUnit PDF Report project generates a PDF report from JUnit test results. It uses Apache Ant to execute the generation, and Apache

License: Common Public License
File size: 0K
Developer: Jan Cumps
0 stars award from rbytes.net

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 keywords