Skip to main content
Version: 1.0.8

Test Plans

A test plan is a workspace-owned selection of scenarios that you run as a unit. Because plans belong to the workspace rather than to one source, a single plan can combine scenarios from several sources.

Plans

Plan List

The page header offers New Plan, plus the AI Studio and AI Editor shortcuts.

Filters

ControlOptions
Search plansFree text over plan names
HealthAll Health, Critical, Needs attention, Healthy
ScheduleAll Schedule, Scheduled, Not scheduled, Overdue
Sort byName (A-Z / Z-A), Last Run (New-Old / Old-New), Created Date (New-Old / Old-New)

Columns

ColumnContent
Plan NameThe plan name
FrameworkThe frameworks the plan's scenarios use
StatusCurrent health and run state
Last RunThe most recent run, or "No runs yet"
Run ProfileThe plan's default run profile
Schedule"Scheduled" or "Not scheduled"

The chevron on each row expands an inline table of that plan's recent runs.

Running a Plan

Each row has a run button plus a Run Profiles dropdown. Use the dropdown to run against a profile other than the plan's default, or to create a profile inline.

Row Actions

ActionNotes
View Test Plan DetailOpens the plan detail page
ScheduleCreates a schedule for the plan
Edit Test PlanChanges name, scenarios, and profiles
DuplicateCopies the plan
Stop RunWhile the plan has a run in progress
Delete Test PlanRemoves the plan

Selecting several plans enables a bulk delete. Deleting a plan also removes its scheduled runs.

Creating a Plan

FieldRequiredNotes
Plan NameYesUse a descriptive name that reflects what the plan covers
Select ScenariosYesA split-panel selector fed by the whole workspace tree, so you can pick scenarios from more than one source
Default Run ProfileThe profile applied every time this plan runs. You can add a profile inline.
Environment Profile OverrideOverrides the profile's environment for this plan
Plan VariablesVariables scoped to this plan

A status line under the selector confirms how many scenarios will be added.

tip

Create at least one run profile in Settings before you create your first plan. A plan needs a run profile to execute.

note

Duplicate scenario selections are allowed only for Service (API) sources.

Plan Detail

Open a plan to get four tabs.

Overview

Trend charts and triage lists for the plan:

  • Pass Rate Trend — over the last completed runs.
  • Result Trend — outcomes per run as the plan grows.
  • Run Duration Trend — total execution time per run.
  • Recent Runs and Needs Attention, which reads "All scenarios healthy" when nothing is degrading.

Runs

The plan's run history, with search and an Advanced toggle revealing Status, Result, Environment, and Trigger filters. Active filters appear as chips. Bulk re-run and stop are available here.

See Test Runs for the same controls at workspace level.

Scenarios

Every scenario in the plan, with search and a refresh action.

ColumnContent
ScenarioThe scenario name
StabilityHow consistently it passes
Avg TimeAverage execution time
Last RunThe most recent outcome

Rows expand for more detail.

Config

A read-only summary of the run profile applied every time the plan runs:

  • Targets — where the tests run, and how many targets.
  • Execution — speed, limits, and retries.
  • Screenshots — the visual evidence captured per step.

If no profile is set, the tab reads "No run profile configured". Change the profile by editing the plan or in Settings.

Next Steps