Playwright QA workflow for Sketch Magic. Use when running mobile flow tests, visual baselines, snapshot updates, or debugging flaky WebKit/Chromium runs and port conflicts.
41:T467,
Standardize Playwright test runs for mobile flow and visual baselines, including snapshot updates and trace review.
PLAYWRIGHT_PORT=3020 pnpm test:e2e tests/e2e/mobile-flow.spec.tsPLAYWRIGHT_PORT=3021 pnpm test:e2e tests/e2e/visual.spec.ts--update-snapshotsPLAYWRIGHT_PORT in the command.tests/e2e/mobile-flow.spec.tstests/e2e/visual.spec.tstest-results/.--update-snapshots.qa-verification for the standard evidence format.references/playwright-workflow.md — exact commands, snapshot guidance, and troubleshooting.