← Back to Plugins
MCP Server MCP

io.github.hubertgajewski/playwright-report-mcp

github By github 👁 1 views ▲ 0 votes

Run Playwright tests and surface structured results for AI agents doing test failure analysis.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...