Summary

The Summary tab groups failures, flaky, and skipped tests by cause, with videos for context. It includes smart filters, duration sorting, and context carry-over to speed up triage and debugging.

Overview

1. Failed

It groups failures by cause with counts: Assertion Failures, Element Not Found, Timeout Issues, Network Issues, Other Failures. Use this to see which technical cause dominates the Test run.


2. Flaky

Separates unstable behavior into Timing Related, Environment Dependent, Network Dependent, Assertion Intermittent, and Other Flaky. Helps decide if red is noise or a product issue.


3. Skipped

Explains non-executed tests as Manually Skipped, Configuration Skipped, or Conditional Skipped. Useful when totals look low or pipelines change behavior.


Detailed Analysis

A fast table for triage with smart filtering.

Detailed Analysis

1. Search and Tokens

Type text or use short tokens:

  • s: status (passed, failed, flaky, skipped)
  • c: failure cluster (assertion-failure, timeout, network-error, etc.)
  • @: tag (smoke, regression, e2e)
  • b: browser (chrome, firefox, safari, edge)

2. Duration Sort

Switch between Default, High to Low, and Low to High to spot slow tests and quick wins.

3. Context Carry-over

When you choose a group in Summary, the same context is applied here, so the table lists only matching tests. If no test fits a filter, the empty state makes that clear.