Test cases & runs

Test cases are what you check. Runs are a pass through those test cases with live status.

Test cases

Each test case has:

  • Title: short name
  • Steps: what to do
  • Expected: what should happen
  • Tags: optional filters (e.g. smoke)
  • Suite: optional folder
  • Priority: 1 high … 3 low

Filter the list by suite or tag when it gets long.

Suites

Suites are named folders of test cases. Create them on the Suites tab, then assign test cases when you create or edit them.

Runs

Start a run from all test cases, or only those matching a suite or tag. Every included test case begins as untested. As you work, mark:

  • pass
  • fail
  • blocked
  • untested

Next: Agents · API