Vibe Test — Browser Testing Agent for Gemini CLI
io.github.aishwaryshrivastav/vibe-testing
Code-aware browser testing agent — 14 Playwright tools for AI code editors via MCP
client:Gemini CLI
transport:stdio
runtime:npm
Install Vibe Test — Browser Testing Agent in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vibe-testing": {
"command": "npx",
"args": [
"-y",
"vibe-testing"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs