Testing in CI
← Back to Test Strategy
Running tests automatically on every push as part of continuous integration. Parallel execution speeds up test suites, test splitting distributes work across machines, and fail-fast stops early on first failure to provide rapid feedback.
Key Properties
Related
- CI-CD (pipeline integration)
- Flaky Tests (CI reliability problem)