CI/CD Quality Gates Advanced
Create deployment pipelines with smoke checks, release verification, and data-seeded deterministic validation.
Learning Objectives
- Design layered CI quality gates
- Embed release verification and rollback logic
- Deliver deterministic test environments in CI
Prerequisites
- GitHub Actions basics
Prompts in this Collection
- 1
Deployment Smoke Test Suite
Generate a lean, fast smoke test suite in Playwright that verifies your critical path is alive after every deployment — covering app load, auth, nav, API health, and one full happy-path flow.
Set up rapid deployment sanity checks.
beginnerplaywright - 2
GitHub Actions Release Verification Gate
Implement deployment verification jobs with rollback triggers and incident output.
Validate post-deploy system health before signoff.
advancedgithub-actions - 3
GitHub Actions Database-Seeded E2E Pipeline
Provision seeded DB snapshots for deterministic E2E validation in CI.
Use seeded datasets for deterministic pipeline behavior.
advancedgithub-actions - 4
Parallel Playwright CI Pipeline with Sharding
GitHub Actions workflow for parallel Playwright test execution with sharding, retries, and artifact upload.
Scale execution speed with shard orchestration.
intermediategithub-actions