> For the complete documentation index, see [llms.txt](https://docs.testery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testery.io/get-started/getting-started-guide/run-your-tests.md).

# Run Your Tests

In Testery, there are three ways to run your tests. You can perform one-off test runs (shown below), schedule your test runs, or integrate with CI/CD to run your tests.

For now, let's just perform a one-off test run to make sure the project is configured correctly.

1. Click **Test Runs** or navigate to the [Test Runs](https://testery.app/testery/test-runs) page.\
   \ <img src="/files/G0dhZ82R9LFbLp3kOmyW" alt="" data-size="original"><br>
2. Click **New Test Run**.
3. Enter your desired parameters for the test run.\
   ![](/files/ybnoq6WdUgyKG0kagED2)\
   \
   **Environment** - This is the environment that the tests will target as the system under test. This is typically something like dev, qa, rc, or prod. See [Environments](/get-to-know-testery/set-up-your-test-environments.md)for more information.\
   \
   **Trigger Type** - Here you can select how you would like to start the tests. For now, just select **Run tests now**.\
   \
   **Options** - Options let you select what set of tests you'd like to run. You can run all the tests in a project, select individual suites, or filter tests by test name or tag.<br>
4. Click **Run Test** to start the test run.<br>
5. You will be taken back to the test runs page and should see your test run in a "SUBMITTED" state. Testery is now dynamically provisioning the infrastructure to run your tests.
6. Congratulations! You have tests running on Testery! You are now ready to [Configure Slack Alerts](/get-started/getting-started-guide/configure-slack-alerts.md).

Everyone's test projects are a bit different and occasionally additional steps are required to configure your projects. If you need any additional assistance at this step, please email [support@testery.io](mailto:suppo) or make a request at the [Testery Service Desk](https://testery.atlassian.net/servicedesk/customer/portal/1).

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.testery.io/get-started/getting-started-guide/run-your-tests.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
