testa for Gemini CLI
io.github.valewnrt/testa
Drive the iOS Simulator from an agent: read the screen, tap/type/swipe, replay flows in CI.
client:Gemini CLI
transport:stdio
runtime:npm
Install testa in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"testa": {
"command": "npx",
"args": [
"-y",
"@valewnrt/testa-mcp"
],
"env": {
"TESTA_MCP_FULL": "<TESTA_MCP_FULL>",
"TESTA_UDID": "<TESTA_UDID>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs