Home / Documentation / Test Runs

Test Runs

The Runs page shows every test run submitted to TraceLoom — current runs in progress and completed historical runs. All run data and trace files are stored in your AWS account (BYOC).

Run Statuses

  • Queued — Run has been submitted and is waiting for an EC2 Spot instance.
  • Running — Tests are actively executing on your EC2 instance.
  • Completed — All tests finished. Click to view per-test results and traces.
  • Failed — Run encountered an error before all tests could complete. Check logs for details.

Filtering Runs

Use the filter controls at the top of the Runs page to narrow results:

  • Status — Filter by Queued, Running, Completed, or Failed.
  • Date range — Show only runs within a specific date range.

Viewing Traces

Click any run row to open the run detail view. Individual test results are listed with their pass/fail status, duration, and a View Trace button.

Clicking View Trace opens the Playwright trace viewer directly in your browser. The trace viewer shows a step-by-step timeline of browser interactions, screenshots, network requests, and console logs for that specific test.

Trace files are stored as .trace.zip in your S3 bucket and are never copied to TraceLoom's infrastructure.


Set up your first run · Automate runs with Schedules

Last updated: March 2026

>