Closed mikemee closed 6 years ago
Hi @mikemee, Thanks for reporting an issue, we'll check it ASAP.
Hey @mikemee
The new version of the step now contains your suggestion, thanks! https://github.com/bitrise-steplib/steps-virtual-device-testing-for-android/releases/tag/1.0.2
Happy Building! 🚀
TL;DR: Please add a note that
assembleDebugAndroidTest
needs to be added to Gradle Runner for this step to work.As a new user, I banged my head against this for a while.
Essentially my flow was:
gradle-unit-test
step -> worked as expected (except I can't find the error logs when it fails)virtual-device-testing-for-android
step, switched it toinstrumentation
Then I kept getting an error:
After much head banging and many test runs, in digging around the archives I found the suggestion to add this to the Gradle Runner step:
So I did that, and magic happened!
I.e. my Gradle Runner config is now: