Im running the nunit-console
program to test some assemblies after the build script is run. The TestResult.xml
is then copied to a static web server.
Im looking for a tool that could format the xml output into a nice html page that displays the results similar to how the NUnit GUI does it. Im looking for a color coded hierarchal display for easy scanning if something failed.
Anyone know of such a tool? Or maybe Im missing something in the docs and NUnit can already do what I ask for.