How to Convert Nunit Output into an HTML Report

How to convert NUnit output into an HTML report

For anyone interested, I found two other tools.

  • nunit-summary
  • nunit-results

Both are available on Lauchpad, linked to from the very basic product pages linked above.

Unfortunately, neither of these tools provided the required level of detail for our installation - so I ended up doctoring the xslt's that came with nunit2report to suit out needs.

NUnit: Can I get HTML report instead of XML?

It works: http://relevantcodes.com/nunit-orange-nunit-html-report-generator/
It successfully generated HTML report from the XML.

how to display indiviudal test names from a nunit result xml file in the nunit-results.exe generated html report

Found a solution to my problem
Created a customised version of nunit-results that displays the indiviudal test names
Thanks to Charlie Pool(https://launchpad.net/~charlie.poole) for making the source available



Related Topics



Leave a reply



Submit