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

# Filtering Test Runs

<details>

<summary>Step 1: Open the filter menu</summary>

In the Test Runs page of a Project, click on the "Filter" button.

</details>

<figure><img src="/files/2g0iDnyKZNwkZeRzG5Am" alt=""><figcaption><p>Click on the filters button.</p></figcaption></figure>

<details>

<summary>Step 2: Choose filter criteria</summary>

With the filter sidebar opened, select the filter criteria that you want your test runs sorted by.\
\
Then select "apply" to confirm the changes, or "clear all" to de-select any choices.

</details>

<figure><img src="/files/8I5kvXQ6d0mbrkyWFwvj" alt=""><figcaption><p>Select the filter criteria and hit "apply"</p></figcaption></figure>

<details>

<summary>Step 3: Review filtered information</summary>

Review the filtered information in your table view. Filter options you've selected will be above the table. If you want to remove any filter criteria, click on the "X" icon next to it, or "clear all" to remove all filters.

</details>

<figure><img src="/files/y0nGdsjc4FQUEOPs0e9l" alt=""><figcaption><p>The filtered Test Runs will appear in your Table View. You can de-select any of the filters or clear them all at once.</p></figcaption></figure>

You now know how to filter your Test Runs, but let's have a quick look at the filter components so you understand exactly what you are filtering. 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/filtering-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.
