Browsing & Filtering
The EXPLORATIONS tab is a single-pane workspace with summary cards at the top and a filterable data table below. Unlike Test Runs, there is no cycle tree panel — explorations use a flat table layout with a dedicated Cycles filter. Every filter and search term is reflected in the URL, so filtered views are bookmarkable and shareable.
Summary cards
| Card | What it shows |
|---|---|
| Explorations | Three counts — active explorations (blue indicator), unstarted explorations (amber indicator), and total explorations. |
| Latest Results | A donut chart showing the distribution of the most recent result status across all explorations. Displays the overall pass rate as a percentage. |
| Recently Closed | Total closed explorations, how many were closed this month, and a timeline bar chart showing closures over recent months. |
Active vs Closed
The lifecycle toggle at the top of the table switches between two views. Active (default) shows explorations that are still accepting results. Closed shows read-only explorations that have been completed.
Reopening a closed exploration. To reopen a closed exploration, edit it and change its lifecycle state back to an active state. The exploration reappears in the Active view and accepts new results immediately.
Search
Text search on exploration title. Debounced — results update as you type. URL-synchronised — bookmarkable and shareable.
Filters
Click the filter button to open the filter panel.
| Filter | Type | What it matches |
|---|---|---|
| Cycles | Multi-select | Explorations assigned to the selected cycles. |
| States | Multi-select (with icons) | Explorations in the selected lifecycle states. |
| Environments | Multi-select | Explorations assigned to the selected environments. |
| Tags | Multi-select (with icons) | Explorations tagged with any of the selected tags. |
| Assignees | Multi-select (with avatars) | Explorations assigned to the selected users. |
The filter panel shows an active filter count badge. Click Apply to update the table. Click Clear to remove all filters.
Filter logic. Filters combine with AND logic between categories — an exploration must match every active filter to appear. Within a single multi-select filter, values combine with OR logic — matching any selected value is sufficient.
Exploration table columns
| Column | What it shows |
|---|---|
| Exploration | The exploration title. Click to open the detail page. |
| Cycle | The assigned cycle with its icon. Blank if unassigned. |
| State | The current lifecycle state badge with icon and colour. |
| Result | The most recent result status badge — the latest logged outcome. |
| Tags | Up to three tag pills with icons. Additional tags show as a “+N” overflow indicator. |
| Updated | Timestamp of the most recent change or result entry. |
| Actions | Three-dot menu with row actions. |
Row actions
- Open
- Navigate to the exploration detail page.
- Edit
- Open the edit modal. Available when the exploration is not closed. Requires the Edit explorations permission.
- Close exploration
- Close the exploration. Available when the exploration is not closed. Requires the Edit explorations permission.
- Delete
- Permanently delete the exploration and all its results. Requires the Delete explorations permission.
Pagination
100 explorations per page. A “Showing X of Y explorations” counter appears above the table. When more results are available, a Load More button appears at the bottom of the table.