You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
NUnit HTML Report Generator
2
2
===========================
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.
5
4
6
5
##Example
7
6
*[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
11
10
1. Open in Visual Studio 2012
12
11
2. Click Build > Build Solution
13
12
14
-
##Running
13
+
##Running in VS
15
14
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).
0 commit comments