Last updated
Was this helpful?
Help URL: /reference/forms/playwright-test-configuration
Create, edit, and choose a Playwright run configuration for the current project.
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 to edit less common settings (reporters, web server, headers, etc.).
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 form).
Advanced: Opens advanced configuration settings.
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.
Last updated
Was this helpful?
Was this helpful?
