MVN

io.github.grigory-rylov : android-instrumental-test-runner-core

Maven & Gradle

Jun 03, 2021
12 stars

Android instrumental test runner core · Library allows to run espresso test with device screen filtering. Also allows to execute actions before test execution for instance clear data, create some files e.t.c

<dependency>
    <groupId>io.github.grigory-rylov</groupId>
    <artifactId>android-instrumental-test-runner-core</artifactId>
    <version>1.6.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.grigory-rylov : android-instrumental-test-runner-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.17

All Versions

Choose a version of io.github.grigory-rylov : android-instrumental-test-runner-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
android-instrumental-test-runner-core-1.6.17
android-instrumental-test-runner-core-1.6.16
android-instrumental-test-runner-core-1.6.15

How to add a dependency to Maven

Add the following io.github.grigory-rylov : android-instrumental-test-runner-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.grigory-rylov</groupId>
    <artifactId>android-instrumental-test-runner-core</artifactId>
    <version>1.6.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.grigory-rylov : android-instrumental-test-runner-core gradle dependency to your build.gradle file:

implementation 'io.github.grigory-rylov:android-instrumental-test-runner-core:1.6.17'

Gradle Kotlin DSL: Add the following io.github.grigory-rylov : android-instrumental-test-runner-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.grigory-rylov:android-instrumental-test-runner-core:1.6.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.grigory-rylov : android-instrumental-test-runner-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.grigory-rylov" % "android-instrumental-test-runner-core" % "1.6.17"