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

Wait for emulators to exit before deleting thems. #24

Open mik9 opened 6 years ago

mik9 commented 6 years ago

Because it deleting AVD may fail and next build will not be able to create AVD because: avdmanager list avd will not list this AVD and creating it will fail because some files was not deleted.

mik9 commented 6 years ago

@FisherKK any suggestions?