Integration Testing

Use when writing or improving integration tests that verify multiple components working together. Covers Testcontainers, ASP.NET WebApplicationFactory, Supertest, pytest with real databases, Spring Boot testing, test database patterns, and CI/Docker-in-Docker strategies. USE FOR: integration tests, Testcontainers, WebApplicationFactory, testing with real databases, testing multi-component interactions, service integration tests DO NOT USE FOR: isolated function tests (use unit-testing), full browser tests (use e2e-testing), service boundary verification (use contract-testing)

onfire7777 98ba466 18 files · 52.9 KB Updated

File contents

onfire7777/universal-ai-skills-library/tree/main/skills/integration-testing commit 98ba466687

Frequently asked questions

npx skillmds@latest add onfire7777/integration-testing