Pw Debug Live

Debug a Playwright test interactively via `--debug=cli` and `playwright-cli`. Pauses the test at a user-chosen line using `pause-at` (no source edits), then drives the live, paused page with `snapshot`, `eval`, `generate-locator`, `console`, `requests` to diagnose race conditions, timing bugs, and state-dependent failures that a static trace can't show. Use when the user asks to "step through a test", "live debug", "attach to a paused test", "debug from line N", or when `pw-debug-test` (trace-based) was insufficient because the failure depends on live page state.

bondar-artem 6ab726b 11.5 KB Updated

File contents

bondar-artem/playwright-scripting-skills/tree/main/pw-debug-live commit 6ab726be3f

Frequently asked questions

npx skillmds@latest add bondar-artem/pw-debug-live