Skip to main content
The Test Runs page lists every Playwright test run in your project. Filter the list, open a run, and use the detail tabs for evidence and AI insights.

Open a run

  1. Filter by time, environment, branch, status, or tags
  2. Scan result counts and open a run that needs action
  3. Use the detail tabs:

Search and filters

Active test runs

Runs still executing appear in Active Test Runs at the top, with a live progress bar and pass/fail/skip counts. Sharded runs show a SHARDED label and per-shard tabs. Active test run with sharded execution showing shard tabs, worker status, and live progress bar

Run list columns

Test runs list showing run ID, commit info, branch, environment, and test results counts Runs that share the same commit hash and message group as attempts (for example, Attempt #1, Attempt #2). Expand the group to compare reruns for that commit.

Run-level tags

Label an entire run with --tags. These are separate from test-case tags set via annotations.

Run detail header

Shards breakdown

Sharded runs (--shard) show a Shards section on Summary. Pass the same --ci-run-id to every shard so TestDino merges them into one run. Setup: Node.js CLI → Sharded runs. After the run finishes, imbalance (for example 3.0×) compares slowest to fastest shard. A failure-concentration note appears when one shard holds most failures. Click shard rows to filter Detailed Analysis to those shards.

Summary

Failures and flakiness by cause

Errors

Group failures by error message

Anomalies

What changed versus the baseline

Test Cases

Evidence and AI analysis per test