Test suites and tags help you organize your tests.
Creating a Test Suite
- Go to the Tests page
- Click New Suite
- Enter a suite name (e.g., “Smoke Tests”, “Critical User Flows”, “Checkout Tests”)
- Configure the run schedule:
- Every 30 minutes
- Hourly
- Every 6 hours
- Every 12 hours
- Daily (every 24 hours)
- Click Create Suite
Adding Tests to a Suite
When creating or editing a test, use the Suite dropdown to assign it to a suite. Tests in the same suite will:
- Run together on the configured schedule
- Be grouped together in the dashboard
- Share scheduling and notification settings
Managing Suites
From the Tests dashboard, you can:
- View all tests grouped by suite
- Update suite run schedules
- Delete suites (tests will remain but become unassigned)
- See the last run time and status for each suite
Organize suites by priority or functionality. For example, create a “Critical Flows” suite that runs every 30 minutes, and a “Full Regression” suite that runs daily.
Tags let you label and filter tests across suites.
- Click Configure on the test page, or use the ⋯ menu on a test row
- In the Tags section, type a tag name and press Enter, or select from existing tags
- Click Save Changes
As you type, you’ll see suggestions from tags already used in your organization.
Common Tag Patterns
- By priority:
critical, p1, p2
- By feature:
checkout, auth, dashboard
- By type:
smoke, regression, e2e