For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tests

Review saved journeys, replay trends, and test runs.

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

Teddy tests page

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

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.

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.

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.

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

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

Last updated