Post #1196174
2026-04-10 01:50 UTC
It seems I've achieved a fully agentic loop for iOS via https://maestro.dev, a simple skill, and a quick analogue of https://github.com/FLEXTool/FLEX
Codex can now modify Maestro configs to navigate the app in the simulator as needed, then get view trees by calling a simple HTTP server inside the app itself.
The efficiency remains to be seen, but I hope intermediate verifications won't require my attention anymore.
Replies (1)
-
@ctietze@mastodon.social 2026-04-10 04:19
@ivmirx "HTTP server inside the app"? For me, that's a totally unexpected angle to do this. Tell us more about the difference to using XCUITests in practice!