Skip to content

Commit 5870ae0

Browse files
committed
Update README.md
1 parent 8d8d759 commit 5870ae0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
NUnit-HTML-Report-Generator
1+
NUnit HTML Report Generator
22
===========================
33

4-
Convert NUnit generated XML result files into a self-contained Bootstrap based HTML page
4+
This project is used to convert NUnit generated XML result files into a self-contained Bootstrap based HTML page.
5+
6+
##Building
7+
1. Open in Visual Studio 2012
8+
2. Click Build > Build Solution
9+
10+
##Running
11+
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).
12+
13+
##Usage
14+
NUnitHTMLReportGenerator.exe [input-path] [output-path]
15+

0 commit comments

Comments
 (0)