Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:04 +08:00
commit 28231b02c2
12 changed files with 834 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for contract-test-validator skill
- [ ] pact_best_practices.md: A guide to best practices for consumer-driven contract testing with Pact.
- [ ] openapi_specification.md: Detailed documentation on the OpenAPI specification and how to use it for API validation.
- [ ] consumer_driven_testing.md: An overview of consumer-driven contract testing principles and benefits.
- [ ] api_contract_examples.md: Examples of API contracts for various protocols (REST, GraphQL, gRPC).
- [ ] contract_evolution_strategies.md: Strategies for managing API contract evolution and versioning.