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

# Tests

The Tests page shows the saved journeys Duku replays against your app.

<figure><img src="/files/1rL0KL7ThCJA6kLjHKTx" alt="Teddy tests page"><figcaption></figcaption></figure>

Use it to track trend data for journeys like sign in, checkout, and signup.

### <i class="fa-list-check">:list-check:</i> Test list

Each row shows:

* The test name
* Its pass rate and recent trend
* How many times it has run
* The last run outcome, such as **Passed**, **Failed**, **Interrupted**, or **Running**

Use **Run tests** to replay everything for the selected target.

You can also run or delete an individual test from its row.

### <i class="fa-chart-line">:chart-line:</i> What the page is for

The page focuses on trends, not one-off results.

Use it to see whether a saved journey is stable, degrading, or failing repeatedly.

### <i class="fa-circle-play">:circle-play:</i> Test detail

Open a test to inspect its detail view.

The summary strip shows:

* Pass rate
* Total runs
* Failures
* Average duration
* Last run

Below that, you can review every recorded run for the test.

### <i class="fa-film">:film:</i> Run replay

Open any run to inspect the replay itself.

Each replay includes:

* A video of the journey
* A step-by-step transcript with errors called out
* A visual path map showing which step passed or failed

### <i class="fa-bolt">:bolt:</i> Start tests

You can start tests from:

* **A product:** Choose a target from the top-right target menu, then run all tests for that target
* **The Tests page:** Replay an existing saved journey
* **The API:** Call `startIntentRuns`
