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

Running Tests on Remote Emulator #33

Open sdiegas-zuehlke opened 4 years ago

sdiegas-zuehlke commented 4 years ago

Hello

Is it possible to run the Android Tests on a Remote Emulator?

I have a existing connection (adb connect _ipremote:host)

Somehow i should be able to configure this in the AVD_config.json

Thank you and kind regards!

Stefan

HarminderSinghSandhu commented 4 years ago

any update on this ?