# Scheduling a Test Run

**Use this to create daily or weekly test runs. See our** [**CI guide**](/ci-integration/initial-ci-setup-in-moropo.md) **to trigger using an integration.**

{% embed url="<https://www.youtube.com/watch?v=tLXh6yAghnY>" %}
Watch the 60 second video guide
{% endembed %}

Scheduling an iOS or Android recurring test run using Moropo is straightforward:&#x20;

1. Go to [Scheduled Tests in Moropo](https://app.moropo.com/)
2. Press the **Add Schedule** button
3. Enter a schedule name such as "Monday morning test run"
4. Select **Scheduled** as your trigger method
5. Choose your schedule:
   1. Select a time using the time input field
   2. Select which days of the week you'd like the test run to trigger
   3. Press **Next** once you're happy
6. Select a build and press **Next**. \
   \&#xNAN;*<mark style="color:blue;">Tip: select</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Latest**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">to choose the latest iOS or Android build that is available when the schedule is triggered</mark>*
7. Select one or more devices and press **Next**.\
   \&#xNAN;*<mark style="color:blue;">Tip: select</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**All Devices**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">to choose all of the iOS or Android devices that are available when the schedule is triggered</mark>*
8. Select one or more tests and press **Schedule Test Run**.\
   \&#xNAN;*<mark style="color:blue;">Tip: select</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**All Tests**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">to choose all of the tests that are available when the schedule is triggered</mark>*

**How do I delete a scheduled test run?**

Use the bin/trash icon in the top right of the screen (see screenshot below).

**How do I edit a scheduled test run?**

Use the edit icon in the top right of the screen (see screenshot below).

<figure><img src="/files/DmA9kaDHlY6WHHEj2DPn" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.moropo.com/running-tests/scheduling-a-test-run.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
