Skip to content

Instantly share code, notes, and snippets.

task testOnPlantation(dependsOn: [ 'assembleDebug', 'assembleAndroidTest', 'performTesting']) {
performTesting {
def shouldLogToWatson = false;// Boolean.parseBoolean((String) System.env.shouldLogToWatson)
def buildType = (String) System.env.buildType
def buildBranch = (String) System.env.buildBranch
def buildVersion = android.defaultConfig.versionName
serverAddress = 'http://172.18.89.85:10800'