Configuration
View the complete execution context of a run. Compare source control, CI, system, and test settings to find drift.
1. Source control
- Branch, commit hash, author, message, timestamp.
- Links to repo, commit, and PR.
- Use to trace code and reproduce from the same commit.
2. CI pipeline
- CI provider, workflow or job, build number, trigger, run URL.
- Target environment and any sharding info.
- Use to verify the correct pipeline and compare runs.
3. System info
- OS and version, container image, CPU, and memory.
- Node.js and Playwright versions, timezone, and locale.
- Use to spot environment mismatches.
4. 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 to reproduce the run and detect config drift.