ReportNG 0.9.1 (Default branch) |
|
|
ReportNG is a simple HTML reporting plug-in for
the TestNG unit-testing framework. It is intended
as a replacement for the default TestNG HTML
report. The default report is comprehensive but is
not so easy to understand at-a-glance. ReportNG
provides a simple, color-coded view of the test
results. ReportNG generates 100% valid XHTML 1.0
files. The output can be customised by replacing
the default stylesheet with your own CSS file.
ReportNG also includes a second reporter that
produces JUnit format XML output.
License: The Apache License 2.0
Changes:
HTML reports now include information about failed
or skipped configuration. Skipped tests now list
dependencies. Other cosmetic changes were made to
the HTML output. An experimental JUnit XML
reporter was added.
|