> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Playwright Test Run Configuration View

> View source control, CI, system, and Playwright config for a test run.

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

<img style={{ maxWidth: "60%" }} src="https://tdstorageus.blob.core.windows.net/public/docs/debug-and-analyze/test-runs/configuration/source-control.webp" alt="Source control section showing branch, commit hash, author, message, and repository links" />

* 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

<img style={{ maxWidth: "60%" }} src="https://tdstorageus.blob.core.windows.net/public/docs/debug-and-analyze/test-runs/configuration/ci-pipeline.webp" alt="CI pipeline section showing provider, workflow, build number, trigger, and environment" />

* 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

<img style={{ maxWidth: "60%" }} src="https://tdstorageus.blob.core.windows.net/public/docs/debug-and-analyze/test-runs/configuration/system-info.webp" alt="System info section showing OS, container image, CPU, memory, Node.js and Playwright versions" />

* 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

<img src="https://tdstorageus.blob.core.windows.net/public/docs/debug-and-analyze/test-runs/configuration/test-configuration.webp" alt="Test configuration section showing browsers, workers, retries, timeouts, and reporter settings" />

* 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.

## Related

<CardGroup cols={3}>
  <Card title="Summary" icon="chart-pie" href="/platform/test-runs/playwright-failure-summary">
    Group failures by cause
  </Card>

  <Card title="Specs" icon="file-lines" href="/platform/playwright-test-runs/specs">
    Review results by spec file
  </Card>

  <Card title="Errors" icon="triangle-exclamation" href="/platform/playwright-test-runs/errors">
    Group failures by error message
  </Card>

  <Card title="Analytics" icon="chart-line" href="/platform/playwright-test-analytics">
    Track reliability and duration trends over runs
  </Card>
</CardGroup>
