Builds your Android project with Gradle with the belonging AndroidTest variant.
This Step generates all the APKs you need to run instrumentation tests for your Android app: both an APK from your app and the belonging test APK, for example, :app:assembleDemoDebug, :app:assembleDemoDebugAndroidTest
all caches build cache and dependencies, only_deps caches dependencies only, none does not cache anything.