Debug a failing Playwright test by analyzing error messages, screenshots, and traces. Provides actionable solutions for common test failures including timeouts, selector issues, and race conditions.
Analyzes failing Playwright tests and provides actionable fixes for timeouts, selectors, and race conditions.
/plugin marketplace add joel611/claude-plugins/plugin install playwright-e2e@joel-pluginsDebug a failing Playwright test by analyzing error messages, screenshots, and traces. Provides actionable solutions for common test failures including timeouts, selector issues, and race conditions.
/debug-test [test-name-or-error]
test-name-or-error - Test name, file path, or error message (optional)/debug-test login.spec.ts
/debug-test TimeoutError: waiting for selector
/debug-test Test "user dashboard loads" is flaky
When this command is invoked:
Invoke the test-debugger skill to handle debugging
Gather failure information:
Analyze the error:
Optionally use Playwright MCP:
Provide solution:
Apply the fix if requested: