get_platform_results_by_period
Retrieve test execution results filtered by platform and time period to analyze testing performance across different environments and identify platform-specific issues.
Instructions
📊 Get test results by platform for a given period (SQL widget, templateId: 8)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browser | No | Optional BROWSER filter, e.g., ['chrome'] for web | |
| dashboardName | No | Override dashboard title | |
| format | No | Output format: raw widget response or formatted data | formatted |
| milestone | No | Optional MILESTONE filter, e.g., ['25.39.0'] for milestone filtering | |
| period | No | Time period | Last 7 Days |
| platform | No | Platform alias or explicit array for paramsConfig.PLATFORM | |
| project | No | Project alias ('web', 'android', 'ios', 'api'), project key, or numeric projectId | web |
| templateId | No | Override templateId if needed |