get_suite_run
Retrieve detailed execution results for a specific test suite run using its unique identifier, enabling analysis of test outcomes and performance.
Instructions
Get detailed results of a BugBug suite run
Input Schema
Name | Required | Description | Default |
---|---|---|---|
runId | Yes | Suite run UUID |
Input Schema (JSON Schema)
{
"properties": {
"runId": {
"description": "Suite run UUID",
"type": "string"
}
},
"required": [
"runId"
],
"type": "object"
}