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 serial parameter correctly and pass list of serials from json. #23

Open mik9 opened 6 years ago

mik9 commented 6 years ago

This allows us to run tests only on specified devices.

mik9 commented 6 years ago

@FisherKK any suggestions?