list_tests
List all Playwright tests with their spec file and tags without executing them, enabling test discovery and filtering by tag.
Instructions
List all tests with their spec file and tags without running them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workingDirectory | No | Playwright project directory. Absolute or relative to the MCP server launch directory. Defaults to ".". Must be under PW_ALLOWED_DIRS. | |
| tag | No | Filter by tag, e.g. @smoke |