ktm test-campaigns
Manage ktm test-campaigns from the CLI to create, list, update, delete, and fetch saved test packs before running them.
Tests campaigns — named ordered packs of tests
Usage
ktm test-campaigns [flags]
Subcommands
Details
Tests campaigns are persistent, named, ordered packs of tests scoped to a single product (the entity the product UI calls a "Tests campaign").
A Tests campaign is the SAVED object you CRUD here. To RUN one, build a campaign from it and pipe it to the runner: ktm ci build --test-campaign <id> [--variant "Group:Variant"] | ktm ci run --stdin
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on