#test #cargo-test #junit #test-output #cargo #jenkins

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

#713 in Cargo plugins

Download history 46/week @ 2024-07-24 12/week @ 2024-07-31 8/week @ 2024-08-07 1/week @ 2024-08-28 18/week @ 2024-09-11 101/week @ 2024-09-18 61/week @ 2024-09-25 62/week @ 2024-10-02 73/week @ 2024-10-09 95/week @ 2024-10-16 72/week @ 2024-10-23 84/week @ 2024-10-30 33/week @ 2024-11-06

299 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

~6MB
~104K SLoC