# Active Runs

## **Active test screen**

This screen is the active running tests screen that contains status of all tests that are currently active from all projects (permission wise).

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

### Active tests table:

The active runs table shows information and lets you perform basic actions to your currently active test cases/suites.

* Date - shows the date and time of the test execution.
* Test Name.
* Status - Pending , Initializing, Running.
* Duration - The amount of time to execute from beginning to current time.
* Executed By - The user who executed the test.
* Actions - if you want to stop the test - “Stop Now” is an action to stop your currently running test case/suite.

### Detailed progress

If you want to get the detailed progress of a certain test case/suite, simply click the date on the certain row and it will direct you to the specific progress of running test.


---

# 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.cloudbeat.io/references/active-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.
