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
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).
0 commit comments