Skip to content

Ghedeon/Testy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testy [Deprecated]

Gradle plugin that allows to run android tests on specified devices

Usage

Testy is available on jcenter

In your root build.gradle, update the buildscript section by adding corresponding repository and classpath

buildscript {
    repositories {
        jcenter()
        maven {
            url 'http://dl.bintray.com/ghedeon/gradle'
        }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.0.1'
        classpath 'com.vv.testy:testy:0.1'
    }
}

apply testy plugin in your module build.gradle file:

apply plugin: 'com.android.application'
apply plugin: 'testy'

enjoy running tests:

./gradlew connectedAndroidTest -Pdevices=<serial_number1>,<serial_number2> 

License

http://www.apache.org/licenses/LICENSE-2.0

About

Gradle plugin that allows to run android tests on specified devices

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages