pare test for Gemini CLI
io.github.dave-london/pare-test
Pare Test ג€” Auto-detects test framework (pytest, jest, vitest, mocha), returns typed JSON.
client:Gemini CLI
transport:stdio
runtime:npm
Install pare test in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pare-test": {
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs