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
npm install -g junit_viewer
junit_viewer --results=folder_or_file_location
You can also run it with the following options
--save=file_location_$[date_format].html
--port=port_number