#junit #cargo-test #cargo-toml #test

app cargo-test-scripts

JUnit 兼容的测试脚本驱动程序

4 个稳定版本

1.0.3 2023年2月28日
1.0.1 2023年2月27日

553Cargo 插件

MIT 许可证

16KB
384

cargo-test-scripts

基于 Cargot.toml 中的元数据描述运行测试脚本,并将结果以 JUnit 格式写入。

示例条目

[[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"
]

依赖

~5–13MB
~108K SLoC