'android.support.test.espresso does not exist' when I want to use it to individual apk test

前端 未结 6 1354
-上瘾入骨i
-上瘾入骨i 2021-02-03 12:09

I need to do some auto testing jobs to an Android application without its source code. I found both robotium and espresso can do this job, I decided to use espresso because its

6条回答
  •  悲哀的现实
    2021-02-03 12:39

    On my app build.gradle this dependency was missing:
    androidTestImplementation 'com.android.support.test:rules:1.0.2'

提交回复
热议问题