Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

testa in other clients