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

TestButler 2.0.0 crashes with the following stacktrace when using it on the latest Android Q Beta (API 29): > 2019-06-13 09:31:47.989 3682-3682/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.linkedin.android.testbutler, PID: 3682...

Being able to change font size would be super helpful especially for testing large fonts on screens. Would this be possible?

enhancement
help wanted

test-butler 1.4.0 crashes on a emulator with SDK level 15 with: ``` I/ActivityManager( 1259): Start proc com.linkedin.android.testbutler for service com.linkedin.android.testbutler/.ButlerService: pid=1784 uid=1000 gids={1015, 3002, 3001, 3003} E/AndroidRuntime( 1784): FATAL EXCEPTION:...

Came across this rule which would mean that the Grant Permission control in TB might be redundant. https://developer.android.com/reference/android/support/test/rule/GrantPermissionRule

Locale changer do not change Android8-Emulator. I have tried change locale using `setLocale` method and this method not able to change locale on Android8 devices. OS: Android8 device: Emulator

It would be useful to provide a way to change the emulator's date and time for certain tests that vary the UI or logic based on the current device time.

Hi there! I have this two methods in my test-class: ``` public class ContentLoaderTest { @Test public void loadContent() throws Exception { // just for sure enable both internet connection...

bug

Hello, your README states: > the test suite will not report that the Test Butler app is not installed, instead it will skip the test. However, I am continually getting...

We in our team have faced some problem: before our test have started(and testButler was initialised) google play services have have crashed - so _System Dialog_ appeared and test did...

enhancement

I'm not sure what is going on with TestButler with Lollipop but really weird things happen with our app when it's installed. Most importantly, touch events don't seem to be...