How to convert NUnit output into an HTML report
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): Folder-level dashboard: http://relevantcodes.com/Tools/ReportUnit/Index.html File-level: http://relevantcodes.com/Tools/ReportUnit/NUnit-TestResult.html Usage: reportunit “path-to-folder” // folder-level report reportunit “path-to-folder” “output-folder” … Read more