This tool generates contract tests that verify API implementations match their OpenAPI or Swagger specifications. It's ideal for validating API responses against schema definitions, ensuring request and response contracts are maintained, and catching breaking changes in API implementations.

The tool requires an API schema file and endpoint configuration including the base URL and HTTP method. You can provide sample request and response data to validate against, configure assertion options for body values, and specify path parameters, query parameters, or form parameters as needed. The tool supports authorization headers for authenticated endpoints and allows you to skip SSL verification for testing environments. You can choose your target language and testing framework, and configure the runtime environment as local, Docker, or Kubernetes.