Skip to content

Get Started

Nico Küchler edited this page Mar 26, 2016 · 16 revisions

Add Espresso Macchiato to your project

add custom repository

maven { url = "https://dl.bintray.com/nenick/maven/" }

add test dependency

// see bintray badged for latest version
androidTestCompile ('de.nenick:espresso-macchiato:x.x.x')

add test dependency when your need permission handling

androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'

Clone this wiki locally