bitrise-insights-get-flaky-tests
Retrieve flaky test data from Bitrise Insights, including test cases and detailed execution info such as build IDs, durations, and commit hashes to identify unstable tests.
Instructions
Get comprehensive flaky tests data from Bitrise Insights including test cases and detailed test execution information: build IDs, run durations, pass/fail status, timestamps, branches, stacks, and commit hashes. Uses browser session authentication - a browser window will open automatically when login is required (specialized for flaky test analysis)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_slug | No | The Bitrise app slug (optional, for app-specific results) | |
| duration | No | Duration or specific time (e.g., "july", "last week", "P6M") | P6M |
| interval | No | Time interval (hourly, daily, weekly, monthly) | monthly |
| specific_test | No | Specific test to get comprehensive test run details for | |
| workspace_slug | Yes | The Bitrise workspace slug | |
| include_test_cases | No | Whether to include detailed test cases for each app |