Markdown Test Reports

Converts cargo test results from JSON to Markdown.

Install

Released versions:

cargo install markdown-test-report

From Git:

cargo install --git https://github.com/ctron/markdown-test-report

Usage

~~~ Markdown Test Reporter Jens Reimann ctron@dentrassi.de

USAGE: markdown-test-report [FLAGS] [OPTIONS] [INPUT]

FLAGS: -h, --help Prints help information --no-front-matter Disable front matter generation. -V, --version Prints version information

OPTIONS: --git Add information from Git -o, --output The name of the output file.

ARGS: The filename of the JSON data. This file must may contain additional (non-JSON) lines, which will be ignored during processing. [default: test-output.json] ~~~

Examples

Used by:

Example Screenshot