瀏覽代碼

Setup Espresso environment

jabarros 8 年之前
父節點
當前提交
cb630e5709
共有 1 個文件被更改,包括 2 次插入1 次删除
  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) {