Skip to main content
The Specs tab shows results grouped by spec file for a single test run. Use it to find files that are failing or slow, then open the test cases within a spec file. Specs helps you review results by file (for example, cart.spec.js) instead of by failure type. It is the quickest way to assess a feature area without leaving the run. Specs view showing spec file list on left with status bars and test details panel on right

Specs List

The left panel lists every spec file in the run. Each item shows:
  • Spec card: Shows file name, total tests, a status bar (pass/fail/flaky/skipped), and total duration.
  • Sort: by Name, Duration, or Status to surface slow or failing files.
  • Filter: shows only Passed, Failed, Flaky, or Skipped specs.
  • Search: type a file name to jump to a spec.

Spec Details

The right panel shows tests for the selected spec. It includes:
  • Suite totals at the top, including total time and test count
  • A test list with status, duration, and retry or attempt badges
From a test row, open the test detail view to review available evidence, including steps, errors, screenshots, and the trace viewer.
Sort by duration to find long-running specs first.