get_failed_tests
Retrieve failed tests from the last Playwright run, including error messages and attachment paths, for quick failure analysis.
Instructions
Return failed tests from the last run with error messages and attachment paths.
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. |