Skip to main content
Workflows page empty state

What Are Workflows?

Workflows are a unit of work: a named group of tests you run together. They are great for:
  • Regression suites
  • Feature-based test groups
  • Notification and CI integrations

Workflow Page

Workflows page with workflow

Summary Cards

  • Total Workflows
  • Passing Workflows
  • Failing Workflows
  • Not Run

Workflow Cards Show

  • Workflow name
  • Status badge (Not Run, Passed, Failed)
  • Test count (e.g., “5 tests”)
  • Last run date
  • Run button

Controls

  • Search (⌘K)
  • Sort by name, date, or last run
  • Create Workflow

Workflow States

  • 🔵 Not Run - Never executed
  • Passed - All tests passed
  • Failed - One or more tests failed
  • 🟡 Running - Currently executing

Creating Workflows

  1. Click Create Workflow
  2. Enter workflow name
  3. Select tests
  4. Click Create Workflow
See Creating Workflows for details.

Running Workflows

Click Run button on workflow card. Workflow details page Or open workflow details → Click Run Now. All tests in a workflow run concurrently (subject to your plan and device availability). The workflow completes when all tests finish.

Best Practices

Name workflows clearly:
  • ✅ “Daily Smoke Tests - Android”
  • ✅ “Pre-Release Regression Suite”
  • ❌ “Workflow 1”
Keep workflows focused:
  • Aim for 3-10 tests per workflow
  • Group related tests
  • Use multiple small workflows

Next Steps