# Results Explorer

{% embed url="<https://youtu.be/-qhV0vbqElU>" %}
Watch the 60 second video guide
{% endembed %}

With Moropo, it's easy to see video, screenshot and log results from your test runs. Simply follow these steps:

1. Go to the **Test Runs** screen in [Moropo](https://app.moropo.com/)
2. Click on any recent test run.
3. Press on the video player to watch the screencast of the test run.
4. Compare screenshots between this test run and the [baseline](#what-are-the-baseline-screenshots).
5. Click on the left hand panel to see results from other devices or iOS/Android versions that are part of this test run.
6. Click on the steps button to review the steps log. This helps identify which step a flow failed on.
7. If this run was for Android, you can download the logcat file.

#### What are the baseline screenshots?

The baseline screenshots represent the initial successful run of this test. They provide an anchor point for you to compare against new test runs and he how your app has changed. This makes it quicker and easier to identify visual differences in the app.&#x20;


---

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