Integration Test Creator

Generates integration tests that exercise the real seam between a component and one real adjacent dependency (database, queue, cache, internal service) — never a mock of that dependency. Detects the repo's base test runner plus its real-dependency orchestration mechanism (testcontainers, docker-compose, embedded DB) and its integration-test naming/tag convention, writes tests for changed code (diff mode) or an existing coverage gap (backfill mode), runs them against the real dependency, and iterates until green. Keywords: integration tests, testcontainers, docker-compose test, real database test, service seam. Not for isolated mocked tests (unit-test-creator), consumer/provider contract agreements (contract-test-creator), or full browser user journeys (e2e-test-creator).

luckyrjain ed3ddd1 33 files · 113.4 KB Updated

File contents

luckyrjain/software-builder/tree/main/skills/integration-test-creator commit ed3ddd1ac9

Frequently asked questions

npx skillmds@latest add luckyrjain/integration-test-creator