Skip to main content
The Execution History page is a unified view of all past test runs across every execution type in your project — manual, automation, and API. Use it to review results, download reports, and track testing progress over time.
From the left sidebar click Execution History under your project. The page has four tabs: You can also filter by date range, trigger source, and search by run title. Click Reset Filters to clear all active filters.

Manual tab

Shows completed runs from manual test execution.

Columns

Viewing a manual run in detail

Click the view icon on any run to open the full results breakdown. The detail view shows:
  • Summary header — run ID, project, suite name, executed by, date and time
  • Status summary — colour-coded counts for Pass, Fail, Skipped, Blocked, Not Run
  • Test case list — left panel with all test cases and their outcome status
  • Test case detail — click any test case to see:
    • Title and identifier
    • Outcome status
    • Full execution history (sorted newest first)
    • Comments added during execution
    • Attachments (screenshots/recordings) captured as evidence

Automation tab

Shows completed runs from Test Builder Playwright scripts.

Columns

Downloading the HTML report

Click the download icon on any automation run to open the full Playwright HTML report. This includes:
  • Test execution timeline
  • Pass/fail status per test
  • Screenshots and videos captured during the run
  • Error logs and stack traces for failures
The HTML report is the most detailed view of an automation run. Share it with your team to communicate test results clearly.

API tab

Shows completed runs from the API Runner — executions of API request collections.

Columns


Deleting a run

Click the delete icon on any run across any tab. You’ll be asked to confirm before deletion.
Deleting a test run permanently removes all associated results, comments, and attachments. This cannot be undone.

What’s next?

Running Tests

Start a new manual test run

Test Builder

Generate and run automation scripts

Defect Management

Track defects logged from failed tests