mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
06a8778157
* Add iOS device runner support and document platform matrix * ios: make signing identity override-only * ios: address PR55 review follow-ups * docs: remove v1 phrasing from support messages * ios appstate: prefer xctest before ax fallback * docs: clarify ios runner derived path override behavior * ios: harden runner polling and appstate fallback * ios: remove automatic AX fallback paths * docs: clarify no automatic AX fallback * ios: replace ad-hoc runner poll sleep with retry policy * Harden iOS runner timeouts and cleanup safety * args: align scrollintoview schema with capabilities * test: skip iOS integration flows on CI by default
469 B
469 B
agent-device iOS Runner
This folder is reserved for the lightweight XCUITest runner used to provide element-level automation on iOS.
Intent
- Provide a minimal XCTest target that exposes UI automation over a small HTTP server.
- Allow local builds via
xcodebuildand caching for faster subsequent runs. - Support simulator prebuilds where compatible.
Status
Planned for the automation layer. See docs/ios-automation.md and docs/ios-runner-protocol.md.