What problem does it solve?
This Skill helps you replace fragile, slow Playwright CI setups with production-ready pipeline configurations that produce reliable signals and actionable artifacts when tests fail.
Core Features & Use Cases
- CI/CD-ready provider guides: Copy-paste workflows and pipeline templates for GitHub Actions, GitLab CI, and other major CI systems.
- Speed and scale: Parallel execution and test sharding patterns to reduce wall-clock time while keeping results mergeable.
- Debuggability in artifacts: Standard reporting patterns for HTML/blob reports, traces, and other CI artifacts needed for fast triage.
- Production reliability rules: Guardrails like retries only in CI, trace-on-retry behavior, browser dependency installation, and consistent caching.
Quick Start
Use the playwright-ci skill to generate a working CI pipeline for your Playwright tests by following the GitHub Actions guide and enabling sharded execution with merged blob reports.