Skip to content
VS Code

e2e runner for VS Code

io.github.fastslack/e2e-runner

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

client:VS Code transport:stdio runtime:npm

Install e2e runner in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

e2e runner in other clients