azure-devops-mcp

by RyanCardin15
Verified

getTestAutomationStatus

Check status of automated test execution

Input Schema

NameRequiredDescriptionDefault
testRunIdYesID of the test run to check status for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "testRunId": { "description": "ID of the test run to check status for", "type": "number" } }, "required": [ "testRunId" ], "type": "object" }

You must be authenticated.

Other Tools