2 个版本
0.2.1 | 2024 年 7 月 29 日 |
---|---|
0.2.0 | 2024 年 6 月 14 日 |
#1743 在 命令行工具
每月 135 次下载
125KB
375 行
Might
此工具执行以 YAML 类似格式定义的 REST API 测试。
示例测试用例
Description: Test case for verifying the GET endpoint of the Example API
Author: John Doe
Method: GET
URL: https://google.com/
StatusCode: 400
Assertions:
JSONPathExists: $.data
此测试用例将向指定的 URL 发送 GET 请求,期望状态码为 200,并验证响应包含具有 "data" 属性的 JSON 对象。
依赖项
~1.6–9MB
~71K SLoC