azure-devops-mcp

runTestOptimization

Optimize test suite execution by adjusting goals for time, coverage, or reliability, enabling faster feedback on Azure DevOps test plans.

Instructions

Optimize test suite execution for faster feedback

Input Schema

NameRequiredDescriptionDefault
optimizationGoalYesOptimization goal
testPlanIdYesID of the test plan to optimize

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "optimizationGoal": { "description": "Optimization goal", "enum": [ "time", "coverage", "reliability" ], "type": "string" }, "testPlanId": { "description": "ID of the test plan to optimize", "type": "number" } }, "required": [ "testPlanId", "optimizationGoal" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8