test for Gemini CLI
io.github.dave-london/test
Auto-detects test framework (pytest, jest, vitest) and returns structured results.
client:Gemini CLI
transport:stdio
runtime:npm
Install test in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"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