Appearance
Launches overview
Launches are test execution runs. The Launches list is your main entry point.
List view
Each card shows:
- Launch name and a per-project number (
#42) — each project numbers its own launches. - Execution-state badge — Running (indigo), Finished, Stopped, Interrupted, or Closed (with a lock icon).
- A progress bar with per-status counts inside each segment (
15inside green,3inside red). - Created and Closed timestamps.
- Tags, the creator, and a CI build link (when the run came from CI).
Manual launches start from the Run flow on the Test cases or Test plans pages; automated results arrive over the API or via the Import button (drag a results folder or ZIP). See Import test reports.
Filtering
Five filter controls cover the common cases:
- Search — across launch names.
- Status — Any / Running / Finished / Closed / Interrupted.
- Type — Any / Manual / Auto / Hybrid.
- Env — multi-select environment values.
- Tags — multi-select tags.
Detail view
Click a launch card to open it. Four URL-driven tabs:
- Overview — pie chart of test results, unresolved-results card, env vars, defects.
- Tree — the launch's TestResults grouped by attribute tree, with manual triage controls.
- Defects — defects linked to results, with link / create for unresolved failures.
- Logs — the launch's chronological log stream (live while the run is in progress).
Real-time updates
A LIVE badge in the header indicates the page is subscribed to a WebSocket stream. Test results update as they stream in — no refresh.
For deeper details see Launch lifecycle.