Contract Test Writer

Writes consumer-driven contract tests at service and API boundaries - Pact consumer tests, provider verification, broker publishing, and can-i-deploy gates - so an incompatible change fails a build instead of breaking integrations in production. Use when someone asks "how do I stop the backend breaking my client", "set up Pact between these services", "a renamed field broke a consumer that unit tests passed", or two separately deployed services must stay in sync. Do NOT use for designing a new API contract from scratch or reviewing its design - use api-design instead; do NOT use for end-to-end user-journey tests - use e2e-scenario-author instead; do NOT use for calls inside a single deployable - write a unit test.

SkillMedev 4c9b41b 6.4 KB Updated

File contents

SkillMedev/qa-test-automation/tree/main/skills/contract-test-writer commit 4c9b41b542

Frequently asked questions

npx skillmds@latest add skillmedev/contract-test-writer