gagej / junit-to-md

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%