Hi @tamaspapik, do you know Spoon and how it can work with this awesome Bitrise step?
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