Skip to main content
Test Explorer provides a centralized view of every test case within a project. Each row is a test case with its metrics rolled up across runs. Analyze test health, track failure patterns, and identify flaky or slow tests across your entire test suite.

Columns

Test Explorer lists every test case in a single table. Each row shows the test title and its metrics across the selected time period and filters. Click a column header to sort. Filter by spec file name or test case title using the search bar. Search supports regex for advanced pattern matching.

Filters

Activating filters updates the results count and table data immediately.

Sync

Click the sync button (top-right) to refresh data without reloading the page.

Detail Drawer

Click any test case row to open the details drawer. The drawer contains two tabs. Test Explorer side panel showing test case details with run history and platform analytics

Overview Tab

  • Test Run History displays the most recent executions with status, timestamp, and duration. Click a run to open the full test run details page.
  • Platform Analytics breaks down executions, failures, flaky count, and average duration by browser or platform.
  • Environment Analytics shows the same breakdown by environment (e.g., production, staging).

Errors Tab

Displays unique error messages aggregated across all executions of the test case. Each error entry shows: Use the Errors tab to identify recurring failures and track whether fixes have resolved them.

Get Started

  1. Set scope. Use Time Period and Environment filters to narrow the dataset.
  2. Identify targets. Sort by Failure % or Flaky % to surface unstable tests. Sort by Avg Duration to find slow tests, or by Reliability to rank overall health.
  3. Inspect details. Click a test case to view execution history, platform breakdowns, and error patterns.

Pagination

Large datasets load in pages. Click Load More Test Cases at the bottom of the table to fetch the next batch.

Test Runs

View all test executions

Test Cases

Manage and organize test cases

Analytics

Project-wide test analytics

Flaky Tests

Detect and fix flaky tests