list_tests
List all Playwright tests with their spec file and tags to review test inventory without executing them.
Instructions
List all tests with their spec file and tags without running them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variable overrides for the Playwright child process. Each key must be listed in PW_ALLOWED_ENV. Dangerous names (NODE_*, NPM_CONFIG_*, PATH, proxies, secrets) are always rejected. Values are never echoed in get_run_status. | |
| tag | No | Filter by tag, e.g. @smoke | |
| workingDirectory | No | Playwright project directory. Absolute or relative to the MCP server launch directory. Defaults to ".". Must be under PW_ALLOWED_DIRS. |