Skip to content
Windsurf

e2e runner for Windsurf

io.github.fastslack/e2e-runner

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

client:Windsurf transport:stdio runtime:npm

Install e2e runner in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

e2e runner in other clients