nunit-transforms/nunit3-summary
Charlie Poole 1ce97fb7d8 New transform from Jim Scott 2021-01-25 21:44:40 -08:00
..
LICENSE.txt Update README and add licenses to two contributions 2021-01-18 12:24:42 -08:00
README.md Merge pull request #1 from jscott-concord/patch-1 2021-01-25 19:14:01 -08:00
html-report-bootstrap.xslt Added html report that uses bootstrap css and jquery to provide a richer experience in look over results produced by nunit3-console by using transform 2020-12-17 17:00:14 -08:00
html-report.xslt Ensure CSS is included in the html reports 2019-10-27 20:28:52 -07:00
html-summary.xslt Ensure CSS is included in the html reports 2019-10-27 20:28:52 -07:00
text-report.xslt Add readme files; rename transforms; add new folders to index 2017-05-31 12:59:23 -07:00
text-summary.xslt Add readme files; rename transforms; add new folders to index 2017-05-31 12:59:23 -07:00

README.md

NUnit 3 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 3 Console runner when the test is run, extracting the necessary information from the nunit3-formatted XML result file.

The following transforms are included:

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