android - Remote testing with Google sign in -
my app built use google play services api , relies on google sign in. i've decided add instrumented tests project. i'm able run them locally on emulator or real device, i've faced problem on remote emulator within ci server (i'm using travis ci). when app launches first time, user prompted google account , following screen appears.
when happens locally i'm able enter password , keep tests alive, on remote server can nothing , tests fail.
so here question: how can add google account device (emulator) command line/espresso code/via travis ci tools? possible using adb/avd command line tools?
Comments
Post a Comment