Skip to content

jayvdb/cargo-test-xunit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-test-xunit

Converts cargo test output into a xunit report

No maintenance warning

- We stopped to use and support this project. If you think it is useful the best way to proceed is forking.

Install

cargo install --git https://github.com/DSRCorporation/cargo-test-xunit

Run

cargo test-xunit [-outd path/to/output/dir] [-outf filename]

After executing this command in provided directory (or root directory by default) of project will be created file with the given filename (or test-results.xml by default) containing cargo test output in xunit format.

About

Converts cargo test output into a xunit report

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 100.0%