AzimoLabs / fastlane-plugin-automated-test-emulator-run

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
113 stars 48 forks source link

Performing wait for params: 'dev.bootcomplete', 'sys.boot_completed', 'init.svc.bootanim' #34

Open jamshaidishaque opened 4 years ago

jamshaidishaque commented 4 years ago

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",

  "create_avd_package": "system-images;android-25;google_apis;armeabi-v7a",
  "create_avd_device": "Nexus 6P",
  "create_avd_tag": "google_apis",
  "create_avd_abi": "armeabi-v7a",
  "create_avd_additional_options": "",
  "create_avd_hardware_config_filepath": "",

  "launch_avd_port": "",
  "launch_avd_snapshot_filepath": "",
  "launch_avd_launch_binary_name": "emulator",
  "launch_avd_additional_options": "-gpu off -no-window -no-audio"
}

] }

I am running on AWS EC2 instance with Ubuntu 18.04

wait_for_param