Test suites help you organize related tests and run them together on a schedule.
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.