get_test_attachment
Retrieve the content of a named attachment from the latest test run. Specify the test title and attachment name to get details like AI diagnosis or DOM.
Instructions
Read the content of a named attachment for a specific test from the last run.
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. | |
| testTitle | Yes | Exact test title as shown in the report | |
| attachmentName | Yes | Attachment name, e.g. "AI diagnosis", "DOM" |