Skip to content

A tool which can translate Junit XML report to HTML.

Notifications You must be signed in to change notification settings

renovate-bot/thatsk-_-htmlizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Htmlizer

Htmlizer is a tool which can translate Junit XML report to HTML.

Output

The style of output HTML is based on Maven HTML report. It looks like this sample_junit.html.

Input

It has two parameters like following.

-i    The path of original Junit XML. It could point to a directory or a xml file.
-o    The path of output directory. The directory will be created if it doesn't exist.

The output HTML file names is almostly the same as the input XML file, and which would be followed by an extra "_1" if a file with the same name has existed.

About

A tool which can translate Junit XML report to HTML.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.2%
  • Go 17.4%
  • CSS 5.5%
  • JavaScript 0.9%