Plugin dedicated for Android platform. Wraps gradle task/shell command used for launching instrumented tests. Provides start of as many AVDs with various configs as needed before test run, waits for boot, kills emulators and deletes them from hdd after tests are finished or disturbed.
MIT License
112
stars
48
forks
source link
Performing wait for params: 'dev.bootcomplete', 'sys.boot_completed', 'init.svc.bootanim' #34
I am using plugin version 1.6.0 ADB boot gets completed with success but then it gets stuck at "Performing wait for params: dev.bootcomplete, sys.boot_completed, init.svc.bootanim."
I am using plugin version 1.6.0 ADB boot gets completed with success but then it gets stuck at "Performing wait for params: dev.bootcomplete, sys.boot_completed, init.svc.bootanim."
My Config file looks like
{ "avd_list": [ { "avd_name": "Nexus_6P_API_25",
] }
I am running on AWS EC2 instance with Ubuntu 18.04