Skip to main content
The Configuration tab shows the execution context for a test run. Use it to compare runs and find differences in code, CI, runner environment, or Playwright settings.

Source Control

  • Branch, commit hash, author, message, timestamp.
  • Links to repository, commit, and PR.
Use this section to trace the exact code used for the run and reproduce from the same commit.

CI Pipeline

  • CI provider, workflow or job, build number, trigger, run URL.
  • Target environment and any sharding info.
Use this section to confirm the test run is from the expected pipeline and compare it with other CI runs.

System Info

  • OS and version, container image, CPU, and memory.
  • Node.js and Playwright versions, timezone, and locale.
Use this section to spot runner differences between local and CI, or between CI environments.

Test Configuration

  • Projects, browsers, workers, retries, parallel mode.
  • Timeouts, baseURL, headless, device, or viewport.
  • Reporters and artifacts, selection filters or tags.
  • Safe environment variables and flags are noted.
Use this section to reproduce the run and identify configuration drift across runs.

Summary

Group failures by cause

Specs

Review results by spec file

Errors

Group failures by error message

Analytics

Track reliability and duration trends over runs
Last modified on September 1, 2026