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

Use Android command line tools #39

Open Hiroto-N opened 2 years ago

Hiroto-N commented 2 years ago

Addresses issue #38

By default, the plugin will now use ANDROID_SDK_ROOT (with ANDROID_HOME as a fallback) as the sdk root, and will use cmdline-tools if they are present and installed. If the android command-line tools are not installed, then the legacy tools/bin path will be used instead.

FireZenk commented 2 years ago

Is this planned to be merged and released soon?

Hiroto-N commented 2 years ago

@FireZenk it seems this gem has been abandoned since a few years ago, I hoped that this PR could revive it but seems like no luck - I've published these changes (and some minor enhancements) as a fork :) https://rubygems.org/gems/fastlane-plugin-automated_test_emulator_run_next