Skip to content

Releases: valewnrt/testa

Testa v0.1.3

Choose a tag to compare

@valewnrt valewnrt released this 22 May 12:03

Adds testa logs (recent app console output) and testa crashes (newest crash report) — both independent, public-simctl-API implementations, so an agent can see why a step failed. No third-party tooling.

Testa v0.1.2

Choose a tag to compare

@valewnrt valewnrt released this 22 May 11:39

Critical fix: daemon now spawns correctly when testa is installed on PATH (Homebrew / installed). Adds a demo GIF, README badges, Limitations section, CONTRIBUTING and CHANGELOG.

Testa v0.1.1

Choose a tag to compare

@valewnrt valewnrt released this 22 May 11:24

Adds testa setup — one command installs the Claude Code skill and registers the MCP server (so brew install testa is fully one-shot). install.sh and the Homebrew formula now both delegate to it.

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.