Pārlūkot izejas kodu

Setup Espresso environment

jabarros 8 gadi atpakaļ
vecāks
revīzija
cb630e5709
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      build.gradle

+ 2 - 1
build.gradle

@@ -54,8 +54,9 @@ dependencies {
     // Espresso core
     androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
 
-    // UIAutomator - needed to grant emulator screen is turned on before every Espresso test
+    // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
     androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
+
 }
 
 tasks.withType(Test) {