# PlaywrightTestConfiguration

URL: https://docs.testvibe.com/reference/forms/playwright-test-configuration

**Help URL:**`/reference/forms/playwright-test-configuration`

## Purpose

Create, edit, and choose a Playwright run configuration for the current project.

## Common Tasks

- Create a new run configuration (browser, viewport, base URL, expect timeout, fully-parallel).
- Save a configuration so runs can reuse it.
- Pick a configuration to use for the current run.
- Open [PlaywrightAdvancedOptions](/reference/forms/playwright-advanced-options) to edit less common settings (reporters, web server, headers, etc.).

## Key UI Elements

- Config list: Select or double-click a configuration to use it.
- Editor panel: Basic settings for the selected configuration.
- New: Adds a new configuration with sensible defaults.
- Save: Saves the current configuration.
- Use: Saves (best-effort) and returns the selected configuration to the caller (for example the [Run](/reference/forms/run) form).
- Advanced: Opens advanced configuration settings.

## Notes

- This form loads and saves Playwright configurations as project files in TestVibe's cloud.
- The "Base URL" field maps to Playwright's `use.baseURL` .
- "Expect timeout (ms)" maps to the config's expect timeout value.
