https://github.com/cemoktra/cargo-junit-test
https://github.com/cemoktra/cargo-junit-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cemoktra/cargo-junit-test
- Owner: cemoktra
- Created: 2021-09-08T13:04:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T12:03:43.000Z (over 3 years ago)
- Last Synced: 2025-03-28T02:17:08.371Z (about 2 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cargo-junit-test #
## Install ##
```
cargo install junit-test
```## Usage ##
```
junit-test
```
This will create a `junit.xml` file inside the folder where it was executed.