Analyze and fix flaky (intermittently failing) Playwright tests. Identifies race conditions, improves waiting strategies, and ensures test stability.
Analyzes and fixes flaky Playwright tests by identifying race conditions, improving waiting strategies, and ensuring test stability.
/plugin marketplace add joel611/claude-plugins/plugin install playwright-e2e@joel-pluginsAnalyze and fix flaky (intermittently failing) Playwright tests. Identifies race conditions, improves waiting strategies, and ensures test stability.
/fix-flaky [test-name]
test-name - Name or path of the flaky test (required)/fix-flaky dashboard.spec.ts
/fix-flaky "should load user profile"
/fix-flaky tests/checkout.spec.ts:42
When this command is invoked:
Invoke the test-debugger and test-maintainer skills for analysis
Gather information:
Identify flakiness causes:
Common fixes:
Apply improvements:
Verify stability: