Integration Test - CI/CD Glossary Definition
An integration test exercises several components together (e.g. code plus a real database) to catch wiring and contract bugs that unit tests miss.
Related guides
Unit Test - CI/CD Glossary DefinitionA unit test checks a single function or module in isolation with dependencies stubbed. Fast and precise, unit…
Service Container - CI/CD Glossary DefinitionService Container: A **service container** is a Docker container (e.g. Postgres, Redis) GitHub Actions runs a…