CI/CD Pipeline Builder
Build a CI pipeline that actually guards quality: a smoke gate to catch dead-on-arrival deployments, parallel Playwright sharding for speed, and k6 load thresholds that fail the build if SLAs slip.
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.
First line of defence — a fast smoke gate that runs on every PR before anything else.
beginnerplaywright - 2
Parallel Playwright CI Pipeline with Sharding
GitHub Actions workflow for parallel Playwright test execution with sharding, retries, and artifact upload.
Sharded Playwright execution across multiple runners with merged HTML reports.
intermediategithub-actions - 3
k6 Load Test Script with Staged Ramp-Up
Generate a k6 load test script with staged ramp-up, custom metrics, thresholds, and CI integration.
Add a load-test stage with p95 and error-rate thresholds that block the release if breached.
advancedk6