| Crates.io | cargo-test-scripts |
| lib.rs | cargo-test-scripts |
| version | 1.0.3 |
| created_at | 2023-02-27 12:09:18.013466+00 |
| updated_at | 2023-02-28 11:05:32.601473+00 |
| description | A JUnit compatible test script driver |
| homepage | |
| repository | https://github.com/ReverentEngineer/cargo-test-scripts |
| max_upload_size | |
| id | 795908 |
| size | 37,592 |
Run test scripts based off metadata descriptions in Cargot.toml and writes the results in JUnit format.
Example entries:
[[package.metadata.test-script]]
name = "test-something"
timeout = 1000 # Timeout in milliseconds
script = [
"echo hello"
]
[[package.metadata.test-script]]
name = "test-something-else"
script = [
"echo goodbye"
]