SeleniumLab

Course3 · Professional QA engineering → CI/CD, Quality Gates & Environments

3 · Professional QA engineering

Pipelines and quality gates

18 min · Module 22

CI runs on every change; CD deploys continuously or on demand. Quality gates fail the pipeline when critical checks fail (lint, unit, API, UI smoke, security scan).

Lab analogy: don’t “deploy” 1.1.0-rc to stakeholders without failing QA-103 if search is broken—your gate is the work board sign-off.

Example / notes

# Example gate order
# lint → unit → API contract → UI smoke → (optional) perf budget → deploy

Practice in Lab: /lab/releases/

Log in to track progress / take quizzes
Environments and progressive delivery →
Modules in this track