For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configurations

The named Playwright configurations a run can execute under.

A configuration is a named Playwright config file under Configurations/ — browser, viewport, timeouts. Runs pick one by name (Default if unspecified).

Operation
What it does

List the configurations available to runs.

To add one, read the default as a reference and write Configurations/<Name>.config.js — the guide walks through it.

Last updated

Was this helpful?