Skip to content

A simple utility to convert JUnit test results to a markdown format suitable for GitHub checks

License

Notifications You must be signed in to change notification settings

lvmh-clienteling/junit-to-md

 
 

Repository files navigation

junit-to-md

npm

A utility to convert JUnit test result output to a markdown format that is intended for a GitHub check summary or text area.

To install:

npm install -g junit-to-md

To generate a summary section:

junit-to-md summary

To generate a text section:

junit-to-md text

Note: execute the command in the root folder of the project where tests have been executed. It will search through sub-folders to find any JUnit test results.

About

A simple utility to convert JUnit test results to a markdown format suitable for GitHub checks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%