Skip to content

anthraxn8b/junit_viewer

 
 

Repository files navigation

Junit Viewer

View a folder of junit xml in a simple web page

Install It

npm install junit-viewer -g

Run It

You can start it on as a server So as not to save the file and share it easily

junit-viewer --folder=foldername --port=9090

You can save it to a file

junit-viewer --folder=foldername --save=destination_file.html

You can do both

junit-viewer --folder=foldername --save=destination_file.html --port=9090

About

Start a mini service to view junit reports

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 90.1%
  • JavaScript 9.0%
  • CSS 0.9%