2 releases

0.2.1 Jul 29, 2024
0.2.0 Jun 14, 2024

#2112 in Command line utilities

Download history 72/week @ 2024-07-23 63/week @ 2024-07-30 11/week @ 2024-09-10 6/week @ 2024-09-17 9/week @ 2024-09-24 3/week @ 2024-10-01

88 downloads per month

Custom license

125KB
375 lines

Might

This tool executes REST API tests defined in a YAML-like format.

Example Test Case:

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

This test case will send a GET request to the specified URL, expect a 200 status code, and verify that the response contains a JSON object with a "data" property.

Dependencies

~1.6–8MB
~72K SLoC