Skip to content
VS Code

pare test for VS Code

io.github.dave-london/pare-test

Pare Test ג€” Auto-detects test framework (pytest, jest, vitest, mocha), returns typed JSON.

client:VS Code transport:stdio runtime:npm

Install pare test in VS Code

.vscode/mcp.json

{
  "servers": {
    "pare-test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test"
      ]
    }
  }
}

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

pare test in other clients