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
I'd like to run detox with an iPhone simulator set to larger text. I want to do this for accessibility reasons so I can do a detox test with screenshots to spot text flow issues when a user uses larger text. Is there a way? I've looked into xcrun simctl if there's an API to set it. I've also looked at detox config and could see anything.
Appreciate any help or pointers.
Your environment
Detox version:
React Native version:
Node version:
Device model:
OS:
Test-runner (select one): jest / other
The text was updated successfully, but these errors were encountered:
Hey, the simplest "workaround" I can think of is to configure a specific simulator through the simulator's Settings app (unfortunately, without CLI), here's how, and change the device config to use this simulator using its ID or name. See examples
It might also be possible to copy a preconfigured simulator between machines by transferring its files from ~/Library/Developer/CoreSimulator/Devices. I've never tried it myself, but I would be interested to hear if it works for anyone who tries that.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this repository, read this discussion.
Description
I'd like to run detox with an iPhone simulator set to larger text. I want to do this for accessibility reasons so I can do a detox test with screenshots to spot text flow issues when a user uses larger text. Is there a way? I've looked into
xcrun simctl
if there's an API to set it. I've also looked at detox config and could see anything.Appreciate any help or pointers.
Your environment
Detox version:
React Native version:
Node version:
Device model:
OS:
Test-runner (select one): jest / other
The text was updated successfully, but these errors were encountered: