> 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/table-view-and-changing-columns/column-components.md).

# Column Components

## Column Components:

<details>

<summary>Name</summary>

Reflects the name of a test run.

</details>

<details>

<summary>Priority Level</summary>

Priority level from the following selections:

* High (Red)
* Medium (Yellow)
* Low (Green)

</details>

<details>

<summary>Status</summary>

Status of the current test run from the following selections:

* Active (Green)
* In Progress (Purple)
* Passed (Grey)
* Failed (Red)
* Rerun (Yellow)

</details>

<details>

<summary>Test Cases</summary>

Reflects how many Test Cases are within a Test Run.

</details>

<details>

<summary>Milestones</summary>

Shows which Milestones each Test Run is associated with.

</details>

<details>

<summary>Creation Date</summary>

The date that the Test Run was created for a Project.

</details>

<details>

<summary>Tag</summary>

Tags that are assigned to each Test Run.

</details>

<details>

<summary>Progress</summary>

Offers a bar view of progress from Test Cases in a Test Run so you can see a more detailed view of how the test cases are performing. The following colors represent the status of test cases:

Status:

* Blue (Active)
* Yellow (Incomplete)\\
* Green (Passed)
* Red (Failed)

<img src="/files/hhpgspLBySIjq61dpHQW" alt="" data-size="original">

</details>

<details>

<summary>Configurations</summary>

Configurations are a great way to easily manage and run your test cases across various environments. As an example, you can filter for the configuration of browsers which can include Firefox, Chrome, Safari, etc.

</details>

You can filter Test Runs to find what you need. The next page will show you how. 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/table-view-and-changing-columns/column-components.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.
