get_suite_run_status
Check the current execution status of a BugBug test suite run using its unique identifier to monitor test progress and completion.
Instructions
Get current status 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"
}