ktm reusables in-test
List reusables embedded inside a regular test
List reusables embedded inside a regular test
Usage
ktm reusables in-test <test_id> [flags]
Examples
ktm reusables in-test 204
ktm reusables in-test 204 --limit 100
Arguments
| Argument | Required |
|---|---|
test_id | Yes |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--limit | int | Max entries to expand (default: 50, max: 200) |
Details
Inverse of 'usage' — given a regular test id (kind=1), returns the reusables embedded via 'import' actions (the reused_tests array on the full test definition), expanded to {id, name}. Rejects if <test_id> points to a reusable itself.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on