Skip to main content

UI Test Runs (Automation Results)

The UI Test Runs page shows the execution history and results of automation scripts that were generated in the Test Builder and run via the Playwright service.

Viewing execution history

Navigate to UI Test Runs from the left sidebar. You’ll see a table of all past automation test executions for your project.

Results table

You can search by run title and adjust pagination (10, 20, 25, or 50 results per page).

Downloading the HTML report

Each completed run has a Download button. Clicking it opens a full Playwright HTML report that includes:
  • Detailed test execution timeline
  • Pass/fail status per test
  • Screenshots and videos (if captured during the run)
  • Error logs and stack traces for failures
  • Performance metrics
The HTML report is the most detailed view of what happened during an automated run. Use it to diagnose failures and share results with your team.

Deleting a run

Click the Delete icon on any run to remove it. You’ll be asked to confirm before deletion. This action cannot be undone.

How UI Test Runs relate to Test Builder


What’s next?

Test Builder

Generate and manage automation scripts

Manual Test Run Results

View results from manual test execution