dyad:deflake-e2e
Installation
SKILL.md
Deflake E2E Tests
Identify and fix flaky E2E tests by running them repeatedly and investigating failures.
Arguments
$ARGUMENTS: (Optional) Specific E2E test file(s) to deflake (e.g.,main.spec.tsore2e-tests/main.spec.ts). If not provided, will prompt to deflake the entire test suite.
Instructions
-
Check if specific tests are provided:
If
$ARGUMENTSis empty or not provided, ask the user:"No specific tests provided. Do you want to deflake the entire E2E test suite? This can take a very long time as each test will be run 10 times."
Wait for user confirmation before proceeding. If they decline, ask them to provide specific test files.
-
Install dependencies: