Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Espresso Test Recorder Slow

I am trying to create some Espresso UI tests using Android Studio's inbuilt Espresso Test Recorder. The issue is: when I type it is very slow to appear on the screen.

Anything text entry/keyboard-based takes a while for a single letter to appear. I have tested this on a super simple one view app vs a larger app, with the larger app having an increased delay. I have also tested it on Genymotion vs Android Studio emulators, with the same delay.

Here is a gif of the delay on the single-page app:

enter image description here

Any idea how to fix this issue?

like image 425
Calco Avatar asked Oct 21 '18 10:10

Calco


1 Answers

Switching to a lower API might help since it worked for me, and it improved the speed performance of the Espresso test recording.

like image 184
Inventrohyder Avatar answered Oct 12 '22 23:10

Inventrohyder