Skip to content

Get Started

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

Add Espresso Macchiato to your project

  1. Add custom repository

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

  2. Add test dependency

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

  3. Add additional test dependency when your need permission handling

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

Create your first page

Clone this wiki locally