Files
gh-jeremylongshore-claude-c…/skills/contract-test-validator/scripts/README.md
2025-11-30 08:23:04 +08:00

10 lines
708 B
Markdown

# Scripts
Bundled resources for contract-test-validator skill
- [ ] generate_pact_tests.py: Generates Pact consumer contracts based on API specifications or example requests/responses.
- [ ] validate_openapi.py: Validates API responses against OpenAPI specifications, reporting any discrepancies or errors.
- [ ] detect_breaking_changes.py: Analyzes changes in API contracts or OpenAPI specifications to identify breaking changes that could affect consumers.
- [ ] setup_pact_broker.sh: Sets up a Pact Broker instance for managing and sharing API contracts.
- [ ] run_verification_tests.sh: Executes provider verification tests against the Pact Broker to ensure API providers adhere to consumer contracts.