Skip to main content

Execution History

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:
TabShows
AllEvery test run across all types
ManualResults from manual test execution
AutomationResults from Playwright automation scripts
APIResults from API Runner executions
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

ColumnDescription
Run IDUnique identifier for the run
Reference IDReference identifier
Run TitleName of the test suite executed
Execution TypeManual
Trigger SourceHow the run was triggered
TotalTotal test cases in the run
PassedNumber of tests that passed
FailedNumber of tests that failed
SkippedNumber of skipped tests
BlockedNumber of blocked tests
Not RunTests included but not executed
Date CompletedWhen the run finished
ActionsView details, Delete

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

ColumnDescription
Run IDUnique identifier for the execution
Run TitleName(s) of the scripts executed
Date CompletedWhen the run finished
Total Test CasesTotal tests run
PassedTests that passed
FailedTests that failed
SkippedTests that were skipped
ActionsDownload HTML report, Delete

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

ColumnDescription
Run IDUnique identifier for the API run
Date CompletedWhen the run finished
Total Test CasesNumber of API requests executed
PassedRequests that passed
FailedRequests that failed
SkippedRequests that were skipped
ActionsView details, Delete

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