Disable combinedReport
S-Dutta1 opened this issue · 1 comments
S-Dutta1 commented
On applying the plugin to my gradle script and running gradle build, the combinedReport tasks automatically run the instrumentation tests. Is there a way to disable this, so that I can later separately run the combinedReport tasks ?
vanniktech commented
Yeah just use the Gradle syntax. tasks.named("combinedReport")
and then there's a disable property or something like that.