Integration Test Designer

Design integration tests that exercise components against REAL collaborators — actual database, queue, HTTP boundary — at a deliberately chosen seam, instead of a unit suite that mocks everything or a slow flaky full E2E. Use when bugs slip past green unit tests, when wiring or contracts between layers break in production, or when a mocked DB test passes but the real query/migration/serialization fails.

imtiazrayhan Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/integration-test-designer commit 4dc2de303b

Frequently asked questions

npx skillmds@latest add imtiazrayhan/integration-test-designer