-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Mobile] Update E2E Simulators #55589
Conversation
Size Change: 0 B Total Size: 1.69 MB ℹ️ View Unchanged
|
- `xcrun simctl create "iPhone 14" "iPhone 14" "com.apple.CoreSimulator.SimRuntime.iOS-16-2"` | ||
- `xcrun simctl create "iPad (10th generation)" "iPad (10th generation)" "com.apple.CoreSimulator.SimRuntime.iOS-16-2"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is likely worth noting this change as a comment on the internal announcement post for contributors, as I do not believe these simulators would be available by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this @geriux !
I wasn't expecting 4 files defining the Simulator. I wonder what we could do to move toward a single source of truth.
Yeah, it'd be great to have just one source of truth and other places would get the value from it. Once we remove SauceLabs we will simplify the config file and it would be a good opportunity to do this. |
Related PRs:
What?
This PR updates the E2E simulators.
Why?
To use newer simulators available with the current Xcode version
14
.How?
Now it will use the
iPhone 14
andiPad (10th generation)
simulators.It also updates the documentation accordingly.
Testing Instructions
CI checks should pass.
Testing Instructions for Keyboard
N/A
Screenshots or screencast
N/A