Code Monkey home page Code Monkey logo

rats-gradle-plugin's Introduction

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:

  • server The server on which to run (Default http://localhost:3000)
  • user For use with basic auth protected sites
  • password For use with basic auth protected sites
  • count Number of devices (Not set by default)
  • serials Comma separated list of device serials (Not set by default)
  • strict Strict mode (Default false, will run until timeout if devices dont match)
  • timeout Timeout period in millis (Default 20 minutes)
  • message A field for describing the run (useful for git messages, etc.)

rats-gradle-plugin's People

Contributors

wmbest2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.