> ## 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.

# Test Suites & Tags

> Organize and schedule related tests together

Test suites and tags help you organize your tests.

## Creating a Test Suite

1. Go to the [**Tests**](https://app.getdecipher.com/tests) page
2. Click **New Suite**
3. Enter a suite name (e.g., "Smoke Tests", "Critical User Flows", "Checkout Tests")
4. Configure the run schedule:
   * Every 30 minutes
   * Every hour
   * Every 3 hours
   * Every 12 hours
   * Every 24 hours
5. 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

<Tip>
  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.
</Tip>

## Tags

Tags let you label and filter tests across suites.

### Adding Tags

1. Click **Configure** on the test page, or use the **⋯** menu on a test row
2. In the Tags section, type a tag name and press **Enter**, or select from existing tags
3. Click **Save Changes**

<Tip>
  As you type, you'll see suggestions from tags already used in your organization.
</Tip>

### Common Tag Patterns

* **By priority**: `critical`, `p1`, `p2`
* **By feature**: `checkout`, `auth`, `dashboard`
* **By type**: `smoke`, `regression`, `e2e`
