Skip to content

Get Started

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

To get started you can also look at this example project.

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 additional test dependency when your need permission handling

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

Create your first page

(TODO)

Clone this wiki locally