Improved HTML reports for TestNG – ReportNG 0.9.5

Posted in Java by Dan on March 24th, 2008

ReportNG 0.9.5 is now available for download. ReportNG provides alternative HTML and XML reporting plugins for the TestNG test framework.

This release addresses all of the most important outstanding issues in the issue tracker. This includes proper handling of tests that use TestNG’s DataProvider feature, better escaping of special characters in XML and HTML output, and information about the test groups relevant to each test suite.

Thanks to everybody who contributed to this release by providing feedback and suggestions for the previous releases. Any new bug reports and enhancement requests can be entered into the issue tracker.

ReportNG 0.9.3 – XHTML and XML Reporting for TestNG

Posted in Java by Dan on March 5th, 2008

The latest version of ReportNG (version 0.9.3), a reporting plug-in for TestNG is available for download.  ReportNG generates XHTML reports and/or JUnit-format XML reports (for importing TestNG results into tools that recognise the JUnit format).

This is a bug-fix release that addresses a couple of problems with escaping of strings in the JUnit XML reporter.