integration-test-plan

Installation
SKILL.md

Integration Test Plan

Core Workflow

  1. Identify interacting components, data stores, external services, queues, auth, and contracts under test.
  2. Define test environment, fixtures, dependency fakes, seeded data, and cleanup strategy.
  3. Cover success, failure, retry, permission, persistence, and contract-change cases.
  4. Decide which dependencies should be real, fake, mocked, or containerized.
  5. Include test commands, CI fit, and data isolation needs.
  6. 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.
Installs
2
GitHub Stars
1
First Seen
May 28, 2026
integration-test-plan — jeremylongworth-source/agentskills