Playwright Debugger

Use when a Playwright end-to-end test has already run and failed and the user wants the root cause and a concrete fix. Trigger on a failing Playwright spec, TimeoutError, broken or ambiguous selector, post-deploy suite failure, retry-only flake, hydration or timing race, or a passes-locally-but-fails-in-CI split. Accept error messages, playwright-report/ or HTML reports, trace.zip, screenshots, and CI artifacts identified by a GitHub owner/repo slug plus run id. Distinguish product regressions from brittle tests. Do not use for writing new Playwright tests, speeding up or reviewing a passing suite, non-Playwright failures (Cypress, Jest, Vitest), or debugging an app/backend without a failing Playwright test.

voidmatcha 8de2e4c 18 files · 233.9 KB Updated

File contents

voidmatcha/e2e-skills/tree/main/skills/playwright-debugger commit 8de2e4c7e5

Frequently asked questions

npx skillmds@latest add voidmatcha/playwright-debugger