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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No way to boot emulator in a specific locale

mattcmf opened this issue · comments

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