run_contract_test
Run contract tests against an API by providing an OpenAPI specification and base URL. Validate API behavior automatically.
Instructions
Run Specmatic contract tests against an API using OpenAPI specification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| openApiSpec | Yes | The OpenAPI specification content (YAML or JSON) | |
| apiBaseUrl | Yes | The base URL of the API to test against | |
| specFormat | No | Format of the OpenAPI spec | yaml |