# View Runs Screen

On the test list screen, there is a "View Runs" button on each test card. Use the "View Runs" button to see detailed history of previous test runs. The "Check" button verifies your test configuration, while "Re-run" lets you execute the test again with the same parameters.&#x20;

You can also copy your test configuration, create status badges, delete or edit your configuration of test.

<figure><img src="/files/lZTc4BOx4cUbvJcZM3o8" alt="" width="563"><figcaption></figcaption></figure>

### Status Badges

This feature allows you to display your Loadmance project metrics on your website or documentation. The status badges show real-time performance metrics of your tests.

To use this feature:

1. Select the specific metric you want to display from the dropdown menu.
2. Choose the image format you prefer from the "Image URL or mark down" dropdown
3. The system generates a unique URL for your badge (shown in the text field)
4. Click the "Copy" button to copy this URL to your clipboard
5. Paste the URL into your website HTML, README file, or documentation where you want the badge to appear

The badge will automatically update to reflect the current status of your selected metric whenever someone views it on your site. This helps keep stakeholders informed about your application's performance status without needing to access the Loadmance dashboard directly.

<figure><img src="/files/aJupewOgDqlm9Os9M0vn" alt="" width="375"><figcaption></figcaption></figure>

By clicking "View Runs" button, you can view the details of all runs belonging to that suite. You can filter runs according to their status.

<figure><img src="/files/419K1cKGTdqLer3zdDaS" alt=""><figcaption></figcaption></figure>


---

# 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://loadmance.gitbook.io/loadmance/documentation/view-runs-screen.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.
