-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
enhancementNew feature or requestNew feature or requestsolution-tbdSolution information to be definedSolution information to be defined
Description
Is your improvement proposal related to a problem? Please describe.
There is a growing requirement to programmatically access insights regarding flaky tests within the CI/CD pipeline. Currently, while flaky test detection may be available within the UI, there is no standardized way to query this data via external interfaces.
The goal is to provide developers and automated agents (via MCP) with the ability to identify, track, and analyze unstable tests without manual dashboard monitoring. Providing this data via API would allow for:
- Automated Reporting: Integrating flaky test statistics into internal health dashboards.
- AI-Assisted Maintenance: Enabling LLMs to identify problematic test patterns and suggest fixes based on historical failure data.
- Workflow Automation: Dynamically adjusting pipeline behavior or notifications based on the known "flakiness" of a specific test suite.
This improvement should focus on creating endpoints that return metadata for tests flagged as flaky, including failure frequency and recent execution history.
Describe the solution you'd like
TBD
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsolution-tbdSolution information to be definedSolution information to be defined
Type
Projects
Status
Backlog