ado_testsuites_list
List all test suites in a given Azure DevOps test plan, returning their IDs, names, types, states, test case counts, and parent suite IDs.
Instructions
List all suites in a test plan. Returns each suite's ID, name, type, state, test case count, and parent suite ID. Use ado_testplans_list to find plan IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results (default 50, max 200) | |
| planId | Yes | Test plan ID | |
| project | No | Project that owns the plan. Uses default if omitted. |