Does anyone have any suggestions for a good tool, xslt or other that can produce an HTML report from the XML output of NUnit?
We\'re currently using NUnit 2.5.5 to r
ReportUnit is not maintained and is being replaced by extentreports-dotnet-cli.
You can also try ReportUnit, which also supports Gallio, xUnit, TestNG and MSTest: http://reportunit.relevantcodes.com
This is a simple exe file that will convert your xml report into an HTML dashboards (samples):
Usage:
reportunit "path-to-folder" // folder-level report
reportunit "path-to-folder" "output-folder" // folder-level report
reportunit "Result.xml" "generated.html" // file-level report
More info here: http://reportunit.relevantcodes.com