How to run Android UI tests on virtual devices

Hi @tamaspapik, do you know Spoon and how it can work with this awesome Bitrise step? :smiley:

I believe the things that need to happen are:

  • Replace the Gradle task that runs the tests with ./gradlew spoon (I’m using a Gradle plugin; this runs the tests + generate reports)
  • Copy the reports in “./app/build/spoon-outputs/” to “Apps & Artifacts”

Thanks a bunch