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

ColumnDescription
Run IDUnique identifier for the execution
Run TitleName of the script(s) that were executed
Date CompletedWhen the run finished
Total Test CasesTotal number of tests in the run
PassedNumber of tests that passed
FailedNumber of tests that failed
SkippedNumber of tests that were skipped
ActionsDownload report, Delete
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

Test BuilderUI Test Runs
PurposeGenerate and manage automation scriptsView execution results
User actionCreate, edit, execute scriptsView reports, download results
When to useWhen setting up or updating automationAfter running scripts to check results

What’s next?

Test Builder

Generate and manage automation scripts

Manual Test Run Results

View results from manual test execution