Last Version

device-automator 1.0.0

An easy to use, Espresso like, syntax on top of the Android UI Automator testing framework

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.lukekorth
ArtifactId

ArtifactId

device-automator
Version

Version

1.0.0
Type

Type

aar
Description

Description

device-automator
An easy to use, Espresso like, syntax on top of the Android UI Automator testing framework
Project URL

Project URL

https://github.com/lkorth/device-automator

Download device-automator 1.0.0


<!-- https://jarcasting.com/artifacts/com.lukekorth/device-automator/ -->
<dependency>
    <groupId>com.lukekorth</groupId>
    <artifactId>device-automator</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lukekorth/device-automator/
implementation 'com.lukekorth:device-automator:1.0.0'
// https://jarcasting.com/artifacts/com.lukekorth/device-automator/
implementation ("com.lukekorth:device-automator:1.0.0")
'com.lukekorth:device-automator:aar:1.0.0'
<dependency org="com.lukekorth" name="device-automator" rev="1.0.0">
  <artifact name="device-automator" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lukekorth', module='device-automator', version='1.0.0')
)
libraryDependencies += "com.lukekorth" % "device-automator" % "1.0.0"
[com.lukekorth/device-automator "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
androidx.test.uiautomator » uiautomator jar 2.2.0-beta02
androidx.test » runner jar 1.1.0-beta02
androidx.test » rules jar 1.1.0-beta02
androidx.core » core jar 1.0.0

Project Modules

There are no modules declared in this project.