> 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/editing-test-runs.md).

# Editing Test Runs

<details>

<summary>Step 1: Select a Test Run to edit</summary>

In the Test Run page click on the kebob menu on the test run you want to edit.

</details>

<figure><img src="/files/I3okzehvLQLuPhM6WeNQ" alt=""><figcaption><p>Click ont he kebob icon next to the Test Run you wish to edit.</p></figcaption></figure>

<details>

<summary>Step 2: Make changes to the Test Run</summary>

Once inside of a test run, select the fields in which to edit:

* Test run name and description (Pencil Icon)
* User Assignment
* Milestones
* Priority level
* Tags
* Status

</details>

<figure><img src="/files/RwwKx6pvKWIfiNpDwhBD" alt=""><figcaption><p>Click the pencil Icon to make carious changes to the Test Run.</p></figcaption></figure>

<details>

<summary>Step 3: Review changes and save</summary>

Once you have made your changes, click the "Save" button on the bottom right or "Cancel" to revert the changes.

</details>

You can edit Test Runs in bulk instead of one by one as shown on the next page. Click "Next."


---

# 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/editing-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.
