A lightweight Go library for defining and validating API contracts in tests.
See documentation./run- Fluent API for defining HTTP request and response expectations (status, headers, body schema).
- Assertion methods to compare actual HTTP responses against defined contracts.
- Support for JSON body schema validation using struct tags or simple data structures.
- Integration with standard Go testing framework.