Skip to content
Cline

e2e runner for Cline

io.github.fastslack/e2e-runner

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

client:Cline transport:stdio runtime:npm

Install e2e runner in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

e2e runner in other clients