Show HN: AgentSwift – Open-source iOS builder agent
11–14 of 14 posts
Re: Show HN: AgentSwift – Open-source iOS builder agent
#12This is neat! Can you elaborate on “boots the app on a simulator or macOS, runs UI automation to verify behavior” Does this handle screen captures similar to Playwright for web? I built an app with Codex recently (to control codex/cc remotely, funnily enough) and without any skills/plugins, it was booting the simulator and running tests to verify something(?) It seemed mostly to ensure that the app didn’t crash in ce…
Not the author but it likely means running automated UI tests in the sim, yes. This involves running the app and programmatically selecting and sending interaction events. Your previous experience was probably the agent running regular unit tests, which obviously don’t need ui environment, but mostly *do* need an iOS runtime, which is why it needs to boot the simulator. An idiosyncrasy of the way unit tests are execu…
Looks like built-in UI testing was launched at WWDC 2015, so I missed it by a year!