library

Barista makes developing UI test faster, easier and more predictable. Built on top of Espresso, it provides a simple and discoverable API, removing most of the boilerplate and verbosity of common Espresso tasks. You and your Android team will write tests with no effort.

License

License

GroupId

GroupId

com.adevinta.android
ArtifactId

ArtifactId

barista
Last Version

Last Version

4.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

library
Barista makes developing UI test faster, easier and more predictable. Built on top of Espresso, it provides a simple and discoverable API, removing most of the boilerplate and verbosity of common Espresso tasks. You and your Android team will write tests with no effort.
Project URL

Project URL

https://github.com/AdevintaSpain/Barista
Project Organization

Project Organization

Adevinta Spain
Source Code Management

Source Code Management

https://github.com/AdevintaSpain/Barista/tree/master

Download barista

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
androidx.test.espresso » espresso-core jar 3.4.0
androidx.test.espresso » espresso-contrib jar 3.4.0
androidx.test.uiautomator » uiautomator jar 2.2.0
androidx.test.espresso » espresso-intents jar 3.4.0
androidx.viewpager2 » viewpager2 jar 1.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21

runtime (5)

Group / Artifact Type Version
androidx.annotation » annotation jar 1.0.2
androidx.legacy » legacy-support-core-ui jar 1.0.0
androidx.vectordrawable » vectordrawable-animated jar 1.0.0
androidx.recyclerview » recyclerview jar 1.0.0
com.google.android.material » material jar 1.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
4.2.0
4.1.0
4.0.0
3.10.0