Tool Detect Flaky Tests
Category: Testing · Tier: All
Detect flaky/unreliable tests by running multiple times
When to Use
Testing tools generate and validate test cases using natural language. They also detect unreliable tests and map coverage.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| testContent | string | Yes | Test content to analyze |
| runs | number | No | Number of times to run each test |
| threshold | number | No | Flakiness threshold percentage |
Example
Check which tests are unreliable and why
Tips
- Natural language tests require no code — just describe what to verify
- Tests can be saved to files and run in CI/CD pipelines
Research
- Hick-Hyman Law — Decision time = a + b × log₂(n) for n choices
Related
- Tools Overview — All 120 tools by category