pare test for Zed
io.github.dave-london/pare-test
Pare Test ג€” Auto-detects test framework (pytest, jest, vitest, mocha), returns typed JSON.
client:Zed
transport:stdio
runtime:npm
Install pare test in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pare-test": {
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs