MCP Server
MCP
io.github.hubertgajewski/playwright-report-mcp
Run Playwright tests and surface structured results for AI agents doing test failure analysis.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "playwright-report-mcp",
"version": "3.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "path.delimiter-separated list of directories the per-call workingDirectory parameter may point at. Entries may be absolute or relative (resolved once against the server's launch cwd at startup). Defaults to '.' (authorizes only the launch directory).",
"format": "string",
"name": "PW_ALLOWED_DIRS"
},
{
"description": "Absolute path override for the JSON reporter output file. Defaults to <workingDirectory>/test-results/results.json, computed per call.",
"format": "string",
"name": "PW_RESULTS_FILE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment