A simple utility to convert JUnit test results to a markdown format suitable for GitHub checks
Go to file
dependabot[bot] d7dc3f747b
⬆️ Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-11 15:24:00 +00:00
bin Add unit measurement for Test duration 2023-03-10 10:17:21 -08:00
.eslintrc.json 🚨 added eslint config 2020-02-13 10:14:14 -05:00
.gitignore 🎉 Initial commit 2020-01-10 08:19:05 -05:00
.stampede.yaml ♻️ Changed dependency to an actively supported xml module 2022-05-08 08:27:56 -04: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 ⬆️ Bump minimatch from 3.0.4 to 3.1.2 2023-03-11 15:24:00 +00:00
package.json 🚀 v1.2.1 2023-03-11 10:23:21 -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.