EspressoSample
EspressoSample copied to clipboard
A sample Android application with Espresso UI tests
CircleCI Espresso sample
Highlights:
-
com.android.ddmlib.DdmPreferences.setTimeOut(60000)in theandroid.defaultConfigsection of thebuild.gradlefile (example) -
the
circle.ymlsets the ADB_INSTALL_TIMEOUT environment variable (example) -
there is a
sleep 30command before the screen unlock operation (example)
We also recommend that you set the TERM variable to dumb for better
Gradle command-line output
(example).