Skip to content

Testa v0.1.0

Choose a tag to compare

@valewnrt valewnrt released this 22 May 11:18

Autonomous iOS Simulator E2E driver for AI agents.

  • Works with zero app setup — accessibility tree + on-device Apple Vision OCR (tap visible text on any app).
  • Every gesture — tap, long-press, swipe, drag-and-drop, pinch, rotate, multi-touch, unicode/emoji text.
  • Fast & token-efficient — warm daemon, ~60 ms snapshots; compact one-line-per-element output, find/assert/diff.
  • Full lifecycle — boot/install/launch/terminate, deep links, permissions, video record, multi-simulator.
  • MCP server + Claude Code skill. Zero third-party runtime deps (Apple private frameworks + Vision + simctl).

Install

git clone https://github.com/seizeddev/testa && cd testa && ./install.sh

or

brew install https://raw.githubusercontent.com/seizeddev/testa/main/Formula/testa.rb

Verified on Xcode 26.4 / iOS 26.4 (iPhone 17 Pro), against SwiftUI + Expo/React Native showcases and a real production app.