Skip to content

scompt/gradle-monkey-plugin

Repository files navigation

gradle-monkey-plugin Build Status

A Gradle plugin for running Android monkey tests.

Basic usage

Add to your build.gradle

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
		    classpath group: 'com.autoscout24.gradle', name: 'gradle-monkey-plugin', version: '0.2+'
    }
}

apply plugin: 'monkey'

Advanced usage

Add to your build.gradle

monkey {
    teamCityLog = true
    eventCount = 1000
    failOnFailure = false
    install = true
}
  • teamCityLog: Add features for TeamCity
  • eventCount: Number of monkey events
  • failOnFailure: Deactivate exit code on failure
  • install: Reinstalls the APK first

License

gradle-monkey-plugin is available under the MIT license. See the LICENSE file for more info.

About

A Gradle plugin for running Android monkey tests.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors