Pw Debug Actions

Debug a Playwright test that failed in GitHub Actions. Uses the `gh` CLI to locate the failed workflow run, downloads its `test-results` artifact (containing the Playwright trace), analyzes the trace via `npx playwright trace`, identifies the root cause, and applies a fix to the spec following the project's Playwright scripting rules — leaving the change uncommitted so the user can review, commit, and push. Use this skill when the user asks to debug, fix, or investigate a Playwright test that failed on GitHub Actions / CI (e.g. "the pw test failed on CI", "debug the failed actions run", "why did the GitHub Actions Playwright job fail", "fix the failing CI test").

bondar-artem 8d1807c 12.4 KB Updated

File contents

bondar-artem/playwright-scripting-skills/tree/main/pw-debug-actions commit 8d1807ca80

Frequently asked questions

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