Playwright CI/CD Ship reliable tests in every pipeline — CI-specific patterns for speed, stability, and actionable reports. 9 guides covering CI/CD setup, parallel execution, containerized runs, reporting, and infrastructure patterns for all major CI providers. Golden Rules 1. in CI only — surface flakiness in pipelines, not locally 2. — capture rich debugging artifacts without slowing every run 3. Shard across runners — splits tests evenly; scale horizontally, not vertically 4. Cache browser binaries — keyed on Playwright version 5. Upload artifacts on failure — traces, screenshots, and HTML…