Skip to main content
The Test Cases view shows a flat list of all test cases across all suites. This view is useful when you want to search, sort, or filter without navigating the suite hierarchy. Test Cases list view showing search bar, test case rows, and Details Sheet with properties sidebar

Create Or Edit Test Case

Click + New in the header to open the New test case slide-over. To edit an existing case, open it from the list and click Edit in the Details Sheet header. The form is split into four sections.

Classification

Steps

Switch between Classic and Gherkin with the tabs above Step 1. Click + Add Step to add more steps. Expand Add pre/postconditions to set what must be true before the case runs and the expected system state after.

Tags

Type a tag and press Enter (or click Add) to attach a tag. Tags appear as badges on the case row in the list and in the Details Sheet.

Advanced

Advanced fields are hidden by default. Expand this section to set Severity, Layer, Behavior, and automation flags like Is Flaky and Is Muted. Use the search bar at the top to find test cases by title. Results update as you type.

Sort and Filter

The toolbar has three separate controls: Sort, Filter, and Columns. Applied filters appear as chips above the list. Click Clear all on that row to remove them all at once. Toolbar showing the Sort, Filter and Columns controls with applied filter chips below

Columns

Click Columns to choose what each row shows. Status and Priority are on by default; Automation, Severity, Type, Layer, Behaviour, and Created by can be turned on.
Columns need room to render, so some appear only on wider screens. The picker tells you which ones — a column ticked on a narrow window shows once there is space for it.

Details Sheet

Click any test case row to open the Details Sheet from the right side. It shows all test case information on a single scrollable page without tabs. The header includes the suite path, case ID with copy link, pagination controls, print option, close button, and status badge. You can update the test case status directly from the header dropdown.

Description

The Description section gives a brief overview of what the test case is meant to validate, helping users quickly understand its purpose and scope before execution.

Steps

The Steps section defines the test execution flow using Action and Expected Result columns. Users can switch between Classic and Gherkin views and hide or show the Expected Result column using an eye icon. Steps support images, screenshot-only evidence, and pinned attachments. New steps can be added using the + Add Step button. Test case detail sheet Steps section showing Action and Expected Result columns with Classic and Gherkin view toggle and Add Step button

Pre-conditions and Post-conditions

This section appears below Steps as a collapsible block, where Pre-conditions define the required setup or system state that must be in place before execution begins, and Post-conditions define the expected system state after execution is completed. Test case detail sheet showing the collapsible Pre-conditions and Post-conditions block below the Steps section

Attachments

Drag-and-drop or browse to upload. A case allows up to 10 attachments total. Attachments section showing uploaded files with drag-and-drop upload area

Linked Tests

View automated Playwright tests linked to the manual test case with execution details like status, run, branch, and date.
  • If no tests are linked, a Link automation button appears. Once linked, a + Link button is shown to add more tests.
  • Link tests using search by name or spec file and filters like All, Linked, or Unlinked.
Link Automated Test dialog showing search bar, All Linked Unlinked tabs with counts, list of automated tests with checkboxes, an N selected badge, and a Link test button

Properties

The Properties section shows Status, Priority, Tags, Automation status, Flags, Type, and Severity by default. Click More properties to reveal:
  • Layer and Behaviour
  • Current Run Status - the case’s result and assignee from the most recent run it was executed in, with a link to that run. Hidden for a case that has never been run.
Each value is editable via its dropdown. Any project-specific custom fields from Test Case Settings appear here too. Who created and last updated the case is shown at the bottom of the panel, with the date and the person’s name. Properties section showing Status, Priority, Tags, Automation status, Type and Severity, and a More properties toggle that reveals Layer, Behaviour and Current Run Status

Activity

Four tabs at the bottom of the page. Click the print icon in the top-right corner of the Details Sheet to generate a printable PDF of the test case. The PDF includes the test case ID, title, suite, all classification fields, automation status, description, pre/post-conditions, and test steps. Details Sheet header showing print icon in the top-right corner Print preview showing test case PDF with all fields and test steps
TipUse Bulk Actions to print multiple test cases at once.

Suites

Browse test cases organized by suite

Bulk Actions

Edit, delete, or print multiple test cases

Concepts & Settings

Field definitions, step formats, and project settings