API Testing
项目作者:
LinuxSuRen
入驻时间:
2023-07-17
开源许可证:
MIT
项目描述
API Testing 一个基于 YAML 文件的开源接口测试工具,同时支持运行在本地、服务端。项目介绍
API Testing 一个基于 YAML 文件的开源接口测试工具,同时支持运行在本地、服务端。
快速开始
shell
docker run --pull always -p 8080:8080 ghcr.io/linuxsuren/api-testing:master
启动以后,可以打开 http://localhost:8080 访问
下面是命令行 atest 的参数说明:
```shell API testing tool
Usage: atest [command]
Available Commands: completion Generate the autocompletion script for the specified shell help Help about any command json Print the JSON schema of the test suites struct run Run the test suite sample Generate a sample test case YAML file server Run as a server mode service Install atest as a Linux service
Flags: -h, --help help for atest ```