#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

#800 in Cargo plugins

Download history 15/week @ 2024-11-20 10/week @ 2024-11-27 37/week @ 2024-12-04 49/week @ 2024-12-11 22/week @ 2025-01-29 10/week @ 2025-02-05 48/week @ 2025-02-19 33/week @ 2025-02-26 48/week @ 2025-03-05

131 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
~106K SLoC