Skip to content

Commit aa3fc41

Browse files
committed
Update README.md
1 parent b2811a8 commit aa3fc41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ This project is used to convert NUnit generated XML result files into a self-con
1414
Included in the project is an example NUnit XML results file originally found at [vincentp-tests playground](https://github.com/vincentp-test/playground/blob/master/test-results.xml). The project has a debug command line arguement set in the project settings that will pass the filename of the example file into the software to generate a HTML file. Clicking the Start Debugging/F5 button in visual studio will run the software and generate a HTML file based on the example XML file. The output file will be found in the same directory as your executable (bin).
1515

1616
##Usage
17-
NUnitHTMLReportGenerator.exe [input-path] [output-path]
17+
The application can be called from the command line as follows:
18+
`NUnitHTMLReportGenerator.exe [input-path] [output-path]`
1819

1920
##Disclaimer
2021
This project is maintained by [Luke Browning](http://github.com/luke-browning) on behalf of [Jatech](http://github.com/JatechUK) and is released under the [GPLv2.0](https://raw.githubusercontent.com/JatechUK/NUnit-HTML-Report-Generator/master/LICENSE).

0 commit comments

Comments
 (0)