cargo-test-scripts

Crates.iocargo-test-scripts
lib.rscargo-test-scripts
version1.0.3
sourcesrc
created_at2023-02-27 12:09:18.013466
updated_at2023-02-28 11:05:32.601473
descriptionA JUnit compatible test script driver
homepage
repositoryhttps://github.com/ReverentEngineer/cargo-test-scripts
max_upload_size
id795908
size37,592
Jeff Caffrey-Hill (ReverentEngineer)

documentation

README

cargo-test-scripts

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"
]
Commit count: 9

cargo fmt