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

Moved GradleHelper creation under gradle_task #4

Closed ilsinszkibal closed 7 years ago

ilsinszkibal commented 7 years ago

First of all, thanks for the plugin, good job!

We've encountered an issue, the plugin crashes when the ./gradlew isn't located in the root folder, because of this line. We would like to use the shell_task anyway, so this PR is a possible fix.

GradleHelper will only be created when executing gradle_task.

FisherKK commented 7 years ago

Thanks :) it won't affect functionality in any wrong way. Thanks for using our plugin. We are happy to hear any feedback and suggestions from you.

ilsinszkibal commented 7 years ago

👍