Test suites and tags help you organize your tests.Documentation Index
Fetch the complete documentation index at: https://docs.getdecipher.com/llms.txt
Use this file to discover all available pages before exploring further.
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
- Every hour
- Every 3 hours
- Every 12 hours
- 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
Tags
Tags let you label and filter tests across suites.Adding Tags
- 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
Common Tag Patterns
- By priority:
critical,p1,p2 - By feature:
checkout,auth,dashboard - By type:
smoke,regression,e2e