azure-devops-mcp

by RyanCardin15
Verified

getTestFlakiness

Analyze and report on test flakiness

Input Schema

NameRequiredDescriptionDefault
testIdNoID of a specific test to analyze
testRunIdsNoSpecific test runs to analyze
timeRangeNoTime range for analysis (e.g., '30d')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "testId": { "description": "ID of a specific test to analyze", "type": "number" }, "testRunIds": { "description": "Specific test runs to analyze", "items": { "type": "number" }, "type": "array" }, "timeRange": { "description": "Time range for analysis (e.g., '30d')", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools