integration-test-plan
Installation
SKILL.md
Integration Test Plan
Core Workflow
- Identify interacting components, data stores, external services, queues, auth, and contracts under test.
- Define test environment, fixtures, dependency fakes, seeded data, and cleanup strategy.
- Cover success, failure, retry, permission, persistence, and contract-change cases.
- Decide which dependencies should be real, fake, mocked, or containerized.
- Include test commands, CI fit, and data isolation needs.
- Record gaps that need E2E, load, or manual verification.
Safety Rules
- Do not use production systems, production data, or real customer credentials.
- Do not run destructive integration tests without isolated test resources.
- Do not hide flaky dependency risks.