Fix Failing or Flaky Tests Diagnose and fix a Playwright test that fails or passes intermittently using a systematic taxonomy. Input contains: - A test file path: - A test name: ""should redirect after login" "the checkout test fails in CI but passes locally" /debug flaky-taxonomy.md --repeat-each=20 --workers=1 --grep "test name" waitForTimeout() await toBeVisible() docker retries: 2 retries: 2 trace: 'on-first-retry'` in config - Add the fix pattern to project's test conventions doc Output - Root cause category and specific issue - The fix applied (with diff) - Verification result (10/10 pa…