Home / Documentation / traceloom runs

traceloom runs

View your test run history from the terminal. List recent runs or inspect a specific run for full results and trace URLs.

traceloom runs list

Show a table of recent test runs with run ID, status, pass/fail counts, and timestamp:

traceloom runs list

Options

Flag Description Default
-l, --limit <n> Maximum runs to show 20
-c, --customer <id> Customer ID
-p, --project <id> Project ID
--api-url <url> API base URL

Example output

The output shows a summary table with each run's ID, status (passed, failed, running, pending), pass count, fail count, and when the run was created.

traceloom runs view

Show full run details including individual test results and trace URLs for failed tests:

traceloom runs view <runId>

Options

Flag Description
--api-url <url> API base URL

Example

traceloom runs view run_abc123def456

The output includes per-test pass/fail status and S3 trace URLs for any failed tests, which you can open with npx playwright show-trace.

Next Steps

Last updated: April 2026

>