> For the complete documentation index, see [llms.txt](https://docs.testfiesta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfiesta.com/projects-tab/test-runs-tab/reruning-test-runs.md).

# Reruning Test Runs

<details>

<summary>Step 1: Enter the Rerun menu</summary>

Inside a Test Run, click on the "Rerun" button to open the Rerun menu.

</details>

<figure><img src="/files/3MgWHKddCN8MyI9Yt1Jc" alt=""><figcaption><p>Click the rerun button inside of a test run.</p></figcaption></figure>

<details>

<summary>Step 2: Confirm Test Case statuses</summary>

Select and confirm the Test Cases with the associated statuses to appear in the Rerun.

</details>

<figure><img src="/files/2x2yViRVbyf41lFQoQkD" alt=""><figcaption><p>Chose the test case statuses to appear in the Rerun.</p></figcaption></figure>

<details>

<summary>Step 3: Create new Test Rerun</summary>

On the create Test Run screen fill in the information into the required fields. Then click "Add Test Cases"

</details>

<figure><img src="/files/SoYYx3C4N5VfColIxF2p" alt=""><figcaption><p>Fill in the information for the Rerun and click add test cases at the bottom.</p></figcaption></figure>

<details>

<summary>Step 4: Add Test Cases</summary>

On the Test Cases screen, add Test Cases to be added to the Rerun by ticking the check box next to them. Then select "Create Test Run"\
\
The Rerun will appear with a rotating arrow icon next to it in the Test Run Table View.

</details>

<div align="left"><figure><img src="/files/pyChwcHyR4Ey0RDgFv9O" alt=""><figcaption><p>Select the Test Cases to add to the Rerun and then click "Create Test Run" at the bottom.</p></figcaption></figure></div>

<figure><img src="/files/FITyR6rPQYpUWnfuiKzo" alt=""><figcaption><p>Test Runs that are Reruns will have a cycling Icon next to them.</p></figcaption></figure>

You can see the history of a Rerun by following a few steps. Click "Next" to see how.


---

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

```
GET https://docs.testfiesta.com/projects-tab/test-runs-tab/reruning-test-runs.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.
