might 0.2.1

Automated testing REST APIs
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 158.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 484.51 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rawhuul

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.