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

create

Create a new Tests campaign

creators

List distinct Tests campaign creators (for filtering list)

delete

Delete a Tests campaign (hard delete, no trash)

get

Fetch a single Tests campaign with its full test_list

list

List Tests campaigns

update

Partial-update a Tests campaign (PATCH)

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

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on