nunit-transforms/nunit2-summary
Charlie Poole e2be37049f Update README and add licenses to two contributions 2021-01-18 12:24:42 -08:00
..
LICENSE.txt Update README and add licenses to two contributions 2021-01-18 12:24:42 -08:00
README.md Changes from review 2017-05-31 13:22:08 -07:00
html-report-v2.xslt Add readme files; rename transforms; add new folders to index 2017-05-31 12:59:23 -07:00
html-summary-v2.xslt Add readme files; rename transforms; add new folders to index 2017-05-31 12:59:23 -07:00
text-report-v2.xslt Add readme files; rename transforms; add new folders to index 2017-05-31 12:59:23 -07:00
text-summary-v2.xslt Add readme files; rename transforms; add new folders to index 2017-05-31 12:59:23 -07:00

README.md

NUnit 2 Summary Transforms -- Charlie Poole

This folder contains a set of transforms extracted from the nunit-summary program (http://github.com/charliepoole/nunit-summary) and renamed for easier use. They essentially duplicate the output that is produced by the NUnit V2 Console runner when the test is run, extracting the necessary information from the nunit2-formatted XML result file.

The following transforms are included:

  • html-report-v2.xslt creates a report similar to what the console itself displays in html format.
  • html-summary-v2.xslt creates the summary report alone in html format.
  • text-report-v2.xslt creates a report similar to what the console itself displays in text format.
  • text-summary-v2.xslt creates the summary report alone in text format.

See our website for samples of the report output.

All the transforms require an input XML file in NUnit V2 format. To apply the transform, you need to use a program that can apply an XSLT transform to an XML file.