What problem does it solve?
This Skill documents a reproducible Playwright QA workflow to stabilize mobile flow and visual baseline tests, reduce flakiness caused by port conflicts or timing issues, and make snapshot updates and trace review consistent and auditable.
Core Features & Use Cases
- Deterministic test invocation: Guidance on selecting a clean PLAYWRIGHT_PORT and running the correct e2e spec to avoid conflicting dev servers.
- Failure investigation: Steps to locate and review traces, videos, and screenshots in test-results for flaky WebKit/Chromium runs.
- Snapshot management: Advice on when and how to update visual snapshots and capture evidence in the standard qa-verification format.
- Use Case: Reproduce a mobile-flow failure on an isolated port, gather trace and video artifacts, and update visual baselines after a vetted UI change.
Quick Start
Start a clean Playwright run by setting PLAYWRIGHT_PORT to an unused port and executing the e2e test for the desired spec.