#cargo-test #junit #test-output #jenkins #convert #bug #report

app cargo-junit

Converts cargo test output into a junit report. Hard forked from cargo-test-junit, after it went unmaintained with critical bugs.

6 releases

Uses old Rust 2015

0.8.0 Apr 19, 2019
0.7.4 Dec 29, 2018

#684 in Cargo plugins

26 downloads per month

MIT license

8KB
159 lines

cargo-junit crates.io

Converts cargo test output into a junit report. Hard forked from cargo-test-junit, after the former went unmaintained with critical bugs.

Installing

$ cargo install cargo-junit

Usage

cargo junit --name output.xml

Dependencies

~4.5MB
~81K SLoC