#cargo-test #junit #test-output #test #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

#733 in Cargo plugins

Download history 14/week @ 2024-03-13 19/week @ 2024-03-20 20/week @ 2024-03-27 29/week @ 2024-04-03 14/week @ 2024-04-10 21/week @ 2024-04-17 12/week @ 2024-04-24 4/week @ 2024-05-01 13/week @ 2024-05-08 13/week @ 2024-05-15 25/week @ 2024-05-22 12/week @ 2024-05-29 16/week @ 2024-06-05 7/week @ 2024-06-12 5/week @ 2024-06-19 37/week @ 2024-06-26

72 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

~5MB
~86K SLoC