MVN

io.github.reactivecircus.blueprint : blueprint-testing-robot

Maven & Gradle

Sep 25, 2021
36 stars

Blueprint Testing Robot · Android UI testing framework with Testing Robot DSL

<dependency>
    <groupId>io.github.reactivecircus.blueprint</groupId>
    <artifactId>blueprint-testing-robot</artifactId>
    <version>1.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.reactivecircus.blueprint : blueprint-testing-robot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.0

All Versions

Choose a version of io.github.reactivecircus.blueprint : blueprint-testing-robot to add to Maven or Gradle - All Versions:

  • Version Updated
  • blueprint-testing-robot-1.18.0

    Sep 25, 2021
  • blueprint-testing-robot-1.17.0

    Jun 09, 2021
  • blueprint-testing-robot-1.16.0

    May 30, 2021
  • blueprint-testing-robot-1.15.0

    Feb 26, 2021
  • blueprint-testing-robot-1.14.1

    Sep 14, 2020
  • blueprint-testing-robot-1.14.0

    Sep 14, 2020
  • blueprint-testing-robot-1.13.0

    Aug 29, 2020
  • blueprint-testing-robot-1.12.0

    Aug 16, 2020
  • blueprint-testing-robot-1.11.0

    Jul 23, 2020
  • blueprint-testing-robot-1.10.0

    Jul 17, 2020
  • blueprint-testing-robot-1.9.0

    May 29, 2020
  • blueprint-testing-robot-1.8.1

    May 09, 2020
  • blueprint-testing-robot-1.8.0

    May 09, 2020
  • blueprint-testing-robot-1.7.1

    Apr 10, 2020
  • blueprint-testing-robot-1.6.0

    Mar 09, 2020
  • blueprint-testing-robot-1.5.0

    Mar 08, 2020
  • blueprint-testing-robot-1.4.0

    Jan 18, 2020
  • blueprint-testing-robot-1.3.1

    Dec 03, 2019
  • blueprint-testing-robot-1.3.0

    Oct 16, 2019
  • blueprint-testing-robot-1.2.0

    Aug 28, 2019
  • blueprint-testing-robot-1.1.0

    Aug 20, 2019
  • blueprint-testing-robot-1.0.1

    Aug 01, 2019
  • blueprint-testing-robot-1.0.0

    Aug 01, 2019

How to add a dependency to Maven

Add the following io.github.reactivecircus.blueprint : blueprint-testing-robot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.reactivecircus.blueprint</groupId>
    <artifactId>blueprint-testing-robot</artifactId>
    <version>1.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.reactivecircus.blueprint : blueprint-testing-robot gradle dependency to your build.gradle file:

implementation 'io.github.reactivecircus.blueprint:blueprint-testing-robot:1.18.0'

Gradle Kotlin DSL: Add the following io.github.reactivecircus.blueprint : blueprint-testing-robot gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.reactivecircus.blueprint:blueprint-testing-robot:1.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.reactivecircus.blueprint : blueprint-testing-robot sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.reactivecircus.blueprint" % "blueprint-testing-robot" % "1.18.0"