automation testing

NUnit Orange Report Generator

NUnitOrange is now discontinued and superseded by ReportUnit, its replacement, which now generates reports for several other test-runners besides NUnit. NUnitOrange will still be available for download via the link below and NuGet, but will not get any more enhancements.

NUnitOrange creates masonry-style HTML reports for NUnit. It’s a simple Console application that creates easy to use, attractive dashboard. It shows the XML output from NUnit in a presentable manner with charts, graphs, and tables.

Usage: Building Folder-Level Summary

To build a summary for all NUnit TestResult files, simply open cmd.exe and point to the folder where the XML files are stored:

nunitorange "path-to-folder"
nunitorange "input-folder" "output-folder"

Usage: Building TestSuite-Level Summary

To build a report from any NUnit TestResult XML file, point to the input file and also specify the name of the output file:

nunitorange "input.xml" "output.html"

NUnitOrange is a “solution-level” package.

Snapshots

Below is a snapshot of the folder-level summary:

Leave a Comment

Scroll to Top