rigor

Crates.iorigor
lib.rsrigor
version0.2.1
sourcesrc
created_at2024-11-17 14:17:26.36162
updated_at2024-11-18 16:27:38.825777
descriptionCLI tool to perform snapshot testing for your HTTP/REST APIs.
homepage
repositoryhttps://github.com/swarnimarun/rigor
max_upload_size
id1451288
size58,713
Swarnim Arun (swarnimarun)

documentation

README

rigor testing tool for snapshot based regression testing for REST APIs

Super easy to use snapshot testing tool that can be used for quick testing of your apis using a simple json file to build your first few regression tests that don't require much additional work.

Features

  • Simple rigor files for test specification
  • Generate snapshots for response payloads
  • (todo) Interactive cli for test operations
  • (todo) Support swagger yaml or openapi spec for dummy endpoint test generation
  • (todo) Support streaming and other advanced api features
Commit count: 14

cargo fmt