might

Crates.iomight
lib.rsmight
version0.2.1
sourcesrc
created_at2024-06-14 10:27:24.813178
updated_at2024-07-29 18:15:54.163295
descriptionAutomated testing REST APIs
homepagehttps://github.com/basicfunc/might
repositoryhttps://github.com/basicfunc/might
max_upload_size
id1271834
size158,597
Rahul (rawhuul)

documentation

README

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.

Commit count: 0

cargo fmt