README.md
September 1, 2015 ยท View on GitHub
RATS plugin for the android gradle build tools
##Setup
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.10.+'
classpath 'com.wmbest.gradle:rats:0.2.+'
}
}
apply plugin: 'com.android.application'
apply plugin: 'com.wmbest.rats'
rats {
// Configuration
}
You must running against RATS server version 2.0 or newer
###Tasks
All testable build variants will be tested using the deviceCheck task.
###Parameters:
serverThe server on which to run (Defaulthttp://localhost:3000)userFor use with basic auth protected sitespasswordFor use with basic auth protected sitescountNumber of devices (Not set by default)serialsComma separated list of device serials (Not set by default)strictStrict mode (Defaultfalse, will run until timeout if devices dont match)timeoutTimeout period in millis (Default 20 minutes)messageA field for describing the run (useful for git messages, etc.)