# PlaywrightTestConfiguration

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

## Purpose

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

## Common Tasks

* Create a new run configuration (browser, viewport, base URL, expect timeout, workers, fully-parallel).
* Save a configuration to the repository so runs can reuse it.
* Pick a configuration to use for the current run.
* Open [PlaywrightAdvancedOptions](/reference/forms/playwright-advanced-options.md) 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 back to the repository.
* Use: Saves (best-effort) and returns the selected configuration to the caller (for example the [Run](/reference/forms/run.md) form).
* Advanced: Opens advanced configuration settings.

## Notes

* This form loads/saves configurations via the GitHub service (`GetPlaywrightTestConfigsAsync` / `SavePlaywrightTestConfigAsync`).
* The “Base URL” field maps to Playwright’s `use.baseURL`.
* “Expect timeout (ms)” maps to the config’s expect timeout value.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.testvibe.com/reference/forms/playwright-test-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
