adtk test-plans
The test-plans command group (alias: tp) lets you list and inspect test plans, test suites, test cases, and test results.
Shared Flags
Section titled “Shared Flags”| Flag | Short | Description |
|---|---|---|
--project | -p | Project name (required) |
List all test plans in a project. Outputs raw JSON.
adtk test-plans list --project MyProjectsuites
Section titled “suites”List test suites within a test plan. Outputs raw JSON.
adtk test-plans suites <plan-id> --project MyProjectExample:
adtk tp suites 1 -p MyProjectList test cases within a test suite. Outputs raw JSON.
adtk test-plans cases <plan-id> <suite-id> --project MyProjectExample:
adtk tp cases 1 100 -p MyProjectresults
Section titled “results”Get test results for a specific build. Outputs raw JSON.
adtk test-plans results <build-id> --project MyProjectExample:
adtk tp results 500 -p MyProject