-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
iOS: Ability to set simulator's locale before tests #906
Comments
You can use xcodebuild test-without-building arguments. For example, your marathonfile may look like:
|
These settings are for app's language. My request was about simulator's language |
@Nemorokr, could you provide an example of where these settings may be used and which cases may be covered? I mean real cases from your current experience, not theoretical cases. |
Hello
|
I'm pretty sure you can hardcode your language in the test app, get bundle resources for that language andget the appropriate Also, can you please create issue(s) with additional permissions needed? |
Is your feature request related to a problem? Please describe.
Need to be able to set simulator's locale before starting tests
Describe the solution you'd like
Maybe some sort of config inside Vendor's block of Marathonfile
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: