Testing
XCUITest Tutorial: iOS UI Automation with Xcode
XCUITest is Apple's first-party UI testing framework for iOS (and macOS). It runs in a separate process from the app, controlling it via the Accessibility framework. Tests are written in Swift (or Objective-C) and run in Xcode or CI via xcodebuild. This guide covers setup, element