list_tests
List all Playwright tests with their spec file and tags without running them. Filter by tag to quickly identify test coverage and plan test runs.
Instructions
List all tests with their spec file and tags without running them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |