markdown-test-report 0.2.3

Markdown generator for cargo test JSON files
markdown-test-report-0.2.3 is not a library.

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 <git>          Add information from Git
    -o, --output <output>    The name of the output file.

ARGS:
    <INPUT>    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