bitbar / android-gradle-plugin

How to use Gradle plugin with devices on cloud

Home Page:http://docs.bitbar.com/testing/cloud-integrations/gradle/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expose testRun name to be configureable in gradle

dpreussler opened this issue · comments

currently only ProjectName can be configured from outside:

testdroid {
projectName 'My project'
...

I would also like the configure the testRun name (called "variantName" in the uploadApk() method here)

To something like:

testdroid {
projectName 'My project'
testRunName 'automated build'
...

or so would be great