get_test_run_results
Retrieve test results for a specific test run in Azure DevOps. Filter by outcome to see passed, failed, or not executed tests.
Instructions
Get test results for a specific test run.
Args: project: Azure DevOps project name. Uses default if not specified. run_id: The test run ID. top: Maximum number of results to return (default: 200). outcome: Optional filter by outcome (e.g., "Passed", "Failed", "NotExecuted").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| run_id | No | ||
| top | No | ||
| outcome | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |