test-butler icon indicating copy to clipboard operation
test-butler copied to clipboard

Reliable Android Testing, at your service

Results 13 test-butler issues
Sort by recently updated
recently updated
newest added

changing the orientation with `TestButler.setRotation` doesn't ``` // landscape TestButler.setRotation(Surface.ROTATION_90); // Thread.sleep(5000);

bug

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

enhancement
help wanted

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...

enhancement