Configurations
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_configs | 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.