nunit-transforms/nunit3-bootstrap
Jim Scott c5093b6e04 Modified README 2021-01-25 18:08:27 -08:00
..
README.md Modified README 2021-01-25 18:08:27 -08:00
html-report-bootstrap.xslt Moved bootstrap report to its own folder 2021-01-25 17:59:53 -08:00
license.txt Added license.txt 2021-01-25 18:06:22 -08:00

README.md

NUnit 3 Result Transform using Bootstrap -- Jim Scott

This folder contains a transform based on nunit3-summary/html-report.xslt

The following transform is included:

  • html-report-bootstrap.xslt create a report with pass/fail results and output with expand/collapse

This transform may be used independently or through the nunit3-console --result option. When used with nunit3-console, use a command-line similar to this:

NOTE: When running nunit3-console in Windows Powershell or Mac you will need to surround the options with quotes

nunit-console.exe my.test.dll --result="my.test.summary.txt;transform=html-report-bootstrap.xslt"
nunit3-console.exe my.test.dll --result=my.test.summary.txt;transform=html-report-bootstrap.xslt

If you want to use one of the transforms separately, after the test run, you will need to use a program that can apply an XSLT transform to an XML file. Note that the input file must be in NUnit3 format.