ktm tests impact
Check what test campaigns and monitors depend on a test
Check what test campaigns and monitors depend on a test
Usage
ktm tests impact <id> [flags]
Examples
# Check test impact as JSON
ktm tests impact 16480
# Check test impact as table
ktm tests impact 16480 -o table
Arguments
| Argument | Required |
|---|---|
id | Yes |
Details
Check the blast radius of a test by listing all test campaigns and monitors that reference it. Use this before modifying or deleting a test to understand the downstream impact.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on