Reporty-ng (former TestNG-XSLT) offers user-friendly TestNG reports while taking full advantage of the features in the TestNG-specific XML output (testng-results.xml
). Pure XSL is used to generate the output and no images or other external files are used. The project uses XSL 2.0 and Saxon as a transformer.
The current version is 1.2 and the changelog is available here: https://github.com/cosminaru/reporty-ng/wiki/Changelog
- Wiki: https://github.com/cosminaru/reporty-ng/wiki
- User group: http://groups.google.com/group/reporty-ng
- Distribution package: https://raw.github.com/cosminaru/reporty-ng/master/dist/package/reporty-ng-1.2.zip
- Maven plugin: you can read all about it here
The project was developed and tested with:
- JDK 1.5 and JDK 1.6
- Ant 1.7.1, Ant 1.8.1
- Maven 2+