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

# Running a Test

> Different ways to run a test on Docket

### Manual Run

You can manually trigger test runs on an individual test level or a [test suite](/essentials/test-suite) level. To trigger a run for an individual test, click the play icon on the test row:

<img src="https://mintcdn.com/docket-dcd24ade/Kks4baIOAtT7fIac/images/Screenshot2025-07-17at5.14.19PM.png?fit=max&auto=format&n=Kks4baIOAtT7fIac&q=85&s=cc2fa7e0210aed5a00dd34637df6fd04" alt="Screenshot 2025-07-17 at 5.14.19 PM.png" width="2324" height="252" data-path="images/Screenshot2025-07-17at5.14.19PM.png" />

To trigger a run for all tests in a test suite, go to the test suites tab and click play icon on any of the suites:

<img src="https://mintcdn.com/docket-dcd24ade/Kks4baIOAtT7fIac/images/Screenshot2025-07-17at5.15.41PM.png?fit=max&auto=format&n=Kks4baIOAtT7fIac&q=85&s=ae190926711de2c439f847ad6184b3ca" alt="Screenshot 2025-07-17 at 5.15.41 PM.png" width="762" height="256" data-path="images/Screenshot2025-07-17at5.15.41PM.png" />

### CI/CD Integration

You can trigger a test suite to run as part of your CI/CD pipeline. See the [CI Integration](/essentials/ci-integration) page for more details on how to set this up.

### Scheduling a Run

To schedule a run, you can click the edit icon on a test suite to expose the scheduling menu.

<img src="https://mintcdn.com/docket-dcd24ade/Kks4baIOAtT7fIac/images/Screenshot2025-07-17at5.17.40PM.png?fit=max&auto=format&n=Kks4baIOAtT7fIac&q=85&s=9eb2070e3bb96711104319e7b5b6c581" alt="Screenshot 2025-07-17 at 5.17.40 PM.png" width="750" height="254" data-path="images/Screenshot2025-07-17at5.17.40PM.png" />

<img src="https://mintcdn.com/docket-dcd24ade/Kks4baIOAtT7fIac/images/Screenshot2025-07-17at5.18.25PM.png?fit=max&auto=format&n=Kks4baIOAtT7fIac&q=85&s=3d53476cf1b9868f5de19017eb755511" alt="Screenshot 2025-07-17 at 5.18.25 PM.png" width="1000" height="1526" data-path="images/Screenshot2025-07-17at5.18.25PM.png" />

This will allow you to schedule test runs on a Daily, Weekly, or Hourly cadence. You can also specify your on custom cron tab schedule. When specifying this schedule, please follow the format of [AWS EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html#eb-cron-expressions). An easy way to figure out the schedule is to copy that entire page into ChatGPT and describe your desired in plain english, and ask it to output the right result (we will embed this functionality into Docket soon as well!).
