flaky_detect_patterns
Identify flaky test patterns and anti-patterns in test code to diagnose instability and prevent intermittent failures.
Instructions
Analyze test code to detect common flaky test patterns and anti-patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| framework | No | Test framework: 'jest', 'mocha', 'pytest', 'junit', 'playwright' | |
| test_code | Yes | Test source code to analyze for flaky patterns |