beeminder / BeeSwift

Official Beeminder for iOS app
Other
29 stars 5 forks source link

Pin to a specific simulator device and version #431

Closed theospears closed 5 months ago

theospears commented 5 months ago

We have been seeing various issues with running UI tests in CI, including timeouts and issues with accessibility settings.

Various users online have seen success with particular configurations, especially using XCode 15.1 and using simulator with iOS 17.2. [1] Update fastlane to configure and use an appropriate simulator version in CI.

[1] https://github.com/actions/runner-images/issues/7508#issuecomment-1880780025

Testing: Will look at how the testing on this PR performas.

theospears commented 5 months ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @theospears and the rest of your teammates on Graphite Graphite

theospears commented 5 months ago

Needing to dig into these test infra issues was such a frustrating waste of time.