Integration Testing

Tests that components work together — service against real database, API against real dependencies, module against module. Use this whenever the user mentions integration tests, testing against a real database or queue, contract testing between services, or has unit tests passing while the system is still broken. For testing one unit in isolation, use unit-testing; for driving a real browser, use browser-testing.

OKHP3 09c5a02 4.5 KB Updated

File contents

OKHP3/skillz/tree/main/community/integration-testing commit 09c5a02531

Frequently asked questions

npx skillmds@latest add okhp3/integration-testing