> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stably.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Test Suites

> Test suites are used to group tests together and run them as a single unit. Test suites are configurable to run on schedules, trigger from CI/CD pipelines, or execute manually with customizable test execution settings.

## Adding Tests

To add tests to a test suite, click on the `Add Tests` button in the test suite.

<Frame>
  <img src="https://mintcdn.com/stablyai/WSnPb8SMIsluP_7v/images/test-execution/run-configuration/empty-suite.png?fit=max&auto=format&n=WSnPb8SMIsluP_7v&q=85&s=eedf908d876413f2343f2df9a294df7a" alt="Add tests" width="2550" height="772" data-path="images/test-execution/run-configuration/empty-suite.png" />
</Frame>

## Run Settings

Once you have added tests to a test suite, you can configure your test suite runs with comprehensive settings including execution options, parallelism, setup/teardown, environment variables, and notifications.

**See the [Run Settings](/run-tests/configuration/run-settings) page for more details about these settings.**

You can also manage individual tests within your test suite:

* **[Test Management](/run-tests/configuration/test-management)** - Skip tests and manage individual test execution

<Frame>
  <img src="https://mintcdn.com/stablyai/WSnPb8SMIsluP_7v/images/test-execution/run-configuration/suite-settings.png?fit=max&auto=format&n=WSnPb8SMIsluP_7v&q=85&s=bdfd8eb641a3d8a82b4e507d3cf13196" alt="Run settings" width="1464" height="1286" data-path="images/test-execution/run-configuration/suite-settings.png" />
</Frame>

## Running Test Suites

Once you have added tests to a test suite, you can schedule it to run at certain times, trigger it from a CI/CD pipeline, or run it manually by clicking the `Run` button.

* **[Schedule Suite Runs](/run-tests/configuration/schedule-suite-runs)** - Schedule test suites to run at certain times
* **[CI Integration](/run-tests/ci-integration)** - Trigger a test suite from a CI/CD pipeline
* **[Run Suite](/run-tests/manually-run-suite)** - Manually run a test suite

## Viewing Run Results

Once you have run a test suite, you can view the results in the [Runs](/run-tests/viewing-run-results) tab.
