-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to select a different iPhone Simulator model in CI Action #40
Comments
@axelniklasson Just wondering if this is doable? If not we need to change how we do our testing. So some info would be appreciated. Thanks |
@kieranmccwayleadr at the moment you can only select between iOS 15, 16 and 17 and not change to another device model (eg iPhone 15) |
@axelniklasson do ye see that changing? For instance, when using the redefined |
We're not planning any changes regarding selecting other device models at the moment.
Hm, I'm afraid I don't really understand what you mean here? |
That's a shame you aren't thinking about other devices. As for the predefined onTap method, if you are working on a iPhone 15 to work through your testing flows, and some widgets don't work fully with the Semantics wrapper, you need to use the coordinates for onTap to tap the button. Especially for some close buttons too in modals etc. |
Somewhat related: mobile-dev-inc/maestro#1897 |
We are using the Github Action to deploy a built version of our app along with the flows. The flows were created with iPhone 15 Max in mind and while running locally works, I found the cloud version defaults to iPhone 11. How can we tell the cloud action that we want to use a iPhone 15 version?
The text was updated successfully, but these errors were encountered: