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

Add lane task #28

Open tokou opened 6 years ago

tokou commented 6 years ago

Add lane option which expects a lane name and runs it directly from fastlane. The advantage compared to running a shell task is that it uses the same fastlane runs and keeps the lane_context instead of spawning a new fastlane run.

jschmid commented 5 years ago

That's a great addition !