2 个版本

0.2.1 2024 年 7 月 29 日
0.2.0 2024 年 6 月 14 日

#1743命令行工具

Download history 125/week @ 2024-06-14 6/week @ 2024-06-21 121/week @ 2024-07-26 14/week @ 2024-08-02

每月 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