Dev API Integration Testing

Use when authoring or running integration tests against a backend slice, especially during Phase 5 when verifying against a live dev API. Defines payload conventions, side-effect verification (DB / queue / file), dev-data fixture hygiene, idempotency, and the rule that the system under test runs against real dependencies — mock only what's truly external or non-deterministic.

paulingram Updated

File contents

paulingram/claude-skills/tree/main/skills/dev-api-integration-testing commit e2f9f78beb

Frequently asked questions

npx skillmds@latest add paulingram/dev-api-integration-testing