API Testing 发布 v0.0.13 包含大量实用的功能
atest版本发布v0.0.13 atest是一款用 Golang 编写的、开源的接口测试工具。 你可以在容器中启动: docker run -v /var/www/sample:/var/www/sample \ --network host \ linuxsuren/api-testing:master 或者,直接下载二进制文件后启动: atest server --local-storage /var/www/sample 对于持续集成(CI)场景,可以通过在流水线中执行命令的方式: # 执行本地文件 atest run -p your-test-suite.yaml # 执行远程文件 atest run -p https://gitee.com/linuxsuren/api-testing/raw/master/sample/testsuite-gitee.yaml # 容器中执行 docker run linuxsuren/api-testing:master atest run -p https://gitee.com/linuxsuren/a...




