Skip to content

Commit b2811a8

Browse files
committed
Update README.md
1 parent 3be26b1 commit b2811a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
NUnit HTML Report Generator
22
===========================
3-
4-
This project is used to convert NUnit generated XML result files into a self-contained Bootstrap based HTML page.
3+
This project is used to convert NUnit generated XML result files into a self-contained Bootstrap 3 based HTML page. The page is designed to be responsive and viewable on mobile and desktop devices. It has been tested on Windows 8 under Chrome and IE and Chrome for Android.
54

65
##Example
76
* [Click here to view the example output](http://htmlpreview.github.io/?https://github.com/JatechUK/NUnit-HTML-Report-Generator/blob/master/ExampleResults.html)
@@ -11,7 +10,7 @@ This project is used to convert NUnit generated XML result files into a self-con
1110
1. Open in Visual Studio 2012
1211
2. Click Build > Build Solution
1312

14-
##Running
13+
##Running in VS
1514
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).
1615

1716
##Usage

0 commit comments

Comments
 (0)