First prototype of Espresso test infrastructure with automatic screenshoting

This commit is contained in:
Torsten Grote
2018-07-24 14:04:23 -03:00
parent db11e0101a
commit d0c2c03057
13 changed files with 435 additions and 4 deletions

View File

@@ -15,6 +15,12 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
debug
screenshot
release
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8