Converts cargo test
results from JSON to Markdown.
Released versions:
cargo install markdown-test-report
From Git:
cargo install --git https://github.com/ctron/markdown-test-report
~~~ 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
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] ~~~
Used by: