You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What simulator and iOS version are required to run the tests successfully?
Most tests pass running swift test but this seems to be because the tests are skipped through conditional compilation. When I run the tests locally on various simulators and iOS versions I get around 180 failures. It seems to be due to running in the wrong simulator device or os version.
Is this documented anywhere? (apologies if so but I couldn't see it)
My alternate theory is that CI might not be running these tests when changes are merged and they are legitimately broken 🤔
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What simulator and iOS version are required to run the tests successfully?
Most tests pass running
swift test
but this seems to be because the tests are skipped through conditional compilation. When I run the tests locally on various simulators and iOS versions I get around 180 failures. It seems to be due to running in the wrong simulator device or os version.Is this documented anywhere? (apologies if so but I couldn't see it)
My alternate theory is that CI might not be running these tests when changes are merged and they are legitimately broken 🤔
Beta Was this translation helpful? Give feedback.
All reactions