Junit Viewer

Junit Viewer is a very simple yet powerful way of viewing your xunit results, you can either start a port and when you run your tests all you have to do is refresh your browser, or you can save the results to a file which can be easily viewed in many testing tools such as Team City and Hudson/Jenkins

Install It

npm install -g junit_viewer


Run It

junit_viewer --results=folder_or_file_location


You can also run it with the following options

Demo Views