JUnit PDF Report generates PDF test reports from your JUnit unit tests.
Extension points give you the opportunity to add contents to the report.
You can add descriptions and images to your test suite.
The new release 0.6 introduces an easy plug-in distribution, codename "essentials".
This distribution contains all libraries required to use JUnit PDF Report in your project.
No configuration is required. Just plug it in and use it.
The code is optimized to work with fop 0.90 or higher.
The release is compatible with the previous release.
JUnit PDF Report integrates with Apache Ant. Using it is very similar to the JUnitReport target.
The project home page is available on http://junitpdfreport.sourceforge.net/
The release can be downloaded from http://sourceforge.net/project/showfiles.php?group_id=153965
The manual is available on http://junitpdfreport.sourceforge.net/manual/index.html
Example reports can be downloaded from http://junitpdfreport.sourceforge.net/themes/index.html
JUnit PDF Report works with
Ant 1.6.2 or higher
JUnit 3.8 or higher
Fop 0.20.5, 0.90alpha1 or 0.91beta (the brand new version that has just been released).
Tested with fop 0.20.5, 0.90alpha1, 0.91beta and trunk.