Skip to content
Zed

claudetest for Zed

io.github.fasteningcode/claudetest

Playwright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs.

client:Zed transport:stdio runtime:npm

Install claudetest in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "claudetest": {
      "command": "npx",
      "args": [
        "-y",
        "@fasteningcode/claudetest"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

claudetest in other clients