Skip to content
Zed

e2e runner for Zed

io.github.fastslack/e2e-runner

JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.

client:Zed transport:stdio runtime:npm

Install e2e runner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "e2e-runner": {
      "command": "npx",
      "args": [
        "-y",
        "@matware/e2e-runner"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

e2e runner in other clients