AzimoLabs / fastlane-plugin-automated-test-emulator-run

Plugin dedicated for Android platform. Wraps gradle task/shell command used for launching instrumented tests. Provides start of as many AVDs with various configs as needed before test run, waits for boot, kills emulators and deletes them from hdd after tests are finished or disturbed.
MIT License
113 stars 48 forks source link

No way to boot emulator in a specific locale #30

Open mattcmf opened 5 years ago

mattcmf commented 5 years ago

Happy to be proved otherwise, but I've yet to find a way to set the locale using this plugin. It is possible with ADB commands but the emulator is started and killed within the context of the plugin, so I cannot do that. Details are: https://developer.android.com/guide/topics/resources/localization#testing