
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

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
- Click Create Workflow
- Enter workflow name
- Select tests
- Click Create Workflow
Running Workflows
Click Run button on workflow card.
Best Practices
Name workflows clearly:- ✅ “Daily Smoke Tests - Android”
- ✅ “Pre-Release Regression Suite”
- ❌ “Workflow 1”
- Aim for 3-10 tests per workflow
- Group related tests
- Use multiple small workflows