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

@@ -0,0 +1,5 @@
app_package_name "org.briarproject.briar.android.screenshot"
locales ['en-US']
app_apk_path "build/outputs/apk/screenshot/briar-android-screenshot.apk"
tests_apk_path "build/outputs/apk/androidTest/screenshot/briar-android-screenshot-androidTest.apk"
test_instrumentation_runner "org.briarproject.briar.android.test.BriarTestRunner"