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)

Tyler-R-Kendrick ec1ffe0 18 files · 52.9 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/testing/integration-testing commit ec1ffe0ebc

Frequently asked questions

npx skillmds add tyler-r-kendrick/integration-testing