Integration Test
Tests that verify multiple components work together correctly, such as API routes with database queries. Integration tests are broader than unit tests but narrower than E2E tests.
Tests that verify multiple components work together correctly, such as API routes with database queries. Integration tests are broader than unit tests but narrower than E2E tests.