> For the complete documentation index, see [llms.txt](https://docs.getscandium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getscandium.com/results/test-results.md).

# Test results

When you run a test case from the Editor page, you can see the result of each step immediately on the page.

### Viewing all test results

From the navigation menu at the top, clicking on the "Runs" menu will take you to the test runs page that lists all the test cases that you have run at least once.

<figure><img src="/files/dD0waFkQyroPrbRzDuXf" alt=""><figcaption><p>Test runs page</p></figcaption></figure>

On this page, you can see the number of all test cases you have run (The All Tab).

The "Passed" tab shows you the number of test cases that passed, based on the last run done.

The "Failed" tab shows you the number of test cases that failed, based on the last run done.

You can click on either the Passed or Failed tab to filter for either success of failure.

There is also a search box for you to search for any test case.

You can also use the date filters to filter the runs based on the last run date.

From the list of test cases displayed, if you click on a test case, it displays the run history of the test cases. You will be able to see the result of each time the test ran in the past.

<figure><img src="/files/lm62Q2Ou85LisE9AYvky" alt=""><figcaption><p>Run history of a single test case</p></figcaption></figure>

The table displays summary information about each run, namely: the execution environment, the start and finish time, the duration it took and the status of the run.

To view an individual run, click on the row of interest. The click takes you to the editor, listing all steps and the respective status for each step.

<figure><img src="/files/b7ODsbZp5GODt37aLzfD" alt=""><figcaption><p>Test run result</p></figcaption></figure>


---

# 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.getscandium.com/results/test-results.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.
