18 / 48 · 16 CI/CD Pipelines · Testing Pyramid in CI← prev⊞ allnext →☰ Read as one page
3.8Hands-On Exercise
- Map your current test suite to the four pipeline stages. Which stage is each test type in? Are any stages missing?
- Measure the duration of each stage. Is any stage longer than its target time?
- Identify tests that are running at the wrong stage (e.g., slow tests on every push)
- Create a pipeline that has at least three stages with job dependencies between them
- Verify that a failure in stage 1 prevents stages 2 and 3 from running