A simple utility to convert JUnit test results to a markdown format suitable for GitHub checks
Go to file
David House 0f7fda5a6f 🚀 v0.1.1 2020-01-10 14:14:47 -05:00
bin Allow for returning non zero exit code if failing tests 2020-01-10 14:14:28 -05:00
.gitignore 🎉 Initial commit 2020-01-10 08:19:05 -05:00
.stampede.yaml 🎉 Initial commit 2020-01-10 08:19:05 -05:00
.ubolt.yaml 🎉 Initial commit 2020-01-10 08:19:05 -05:00
LICENSE 🎉 Initial commit 2020-01-10 08:19:05 -05:00
README.md 🎉 Initial commit 2020-01-10 08:19:05 -05:00
package-lock.json 🚀 v0.1.1 2020-01-10 14:14:47 -05:00
package.json 🚀 v0.1.1 2020-01-10 14:14:47 -05:00

README.md

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.