/cargo_test_formatter

Parse Cargo test output and format as junit xml so Jenkins can import

Primary LanguageRustMIT LicenseMIT

Convert cargo test output to something a CI server recognises

LICENSE Build Status Clippy Linting Result

Use

cargo test | cargo_test_formatter > report.xml

Features

Here are the current and planned features, with their status:

  • Parse all cargo output: It kind of works but needs cleanup
  • Export to junit format:
  • Export to multiple formats: Choose the output format