What you’ll learn
- What source control, CI, system, and test configuration details are captured
- How to compare runs and detect configuration drift
- How to reproduce a run from its exact context
Source Control
- Branch, commit hash, author, message, timestamp.
- Links to repository, commit, and PR.
CI Pipeline
- CI provider, workflow or job, build number, trigger, run URL.
- Target environment and any sharding info.
System Info
- OS and version, container image, CPU, and memory.
- Node.js and Playwright versions, timezone, and locale.
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.
Related
Summary
Group failures by cause
Specs
Review results by spec file
Errors
Group failures by error message
History
Spot regressions and drift