test-butler
test-butler copied to clipboard
Reliable Android Testing, at your service
changing the orientation with `TestButler.setRotation` doesn't ``` // landscape TestButler.setRotation(Surface.ROTATION_90); // Thread.sleep(5000);
Could you please implement possibility of changing global locale like it is done in [Custom Locale](https://android.googlesource.com/platform/development/+/ef1337876b2dfbf76dc7e45e035f4a25ebc0f560/apps/CustomLocale/src/com/android/customlocale/CustomLocaleActivity.java) app It may be used in tests which use locale-dependent WebView
Now that we've added a sample app (in #7), we can write tests for the project. We should be running those tests on every travis build. This will require a...