Android automation using espresso without the app source code

后端 未结 4 928
醉梦人生
醉梦人生 2021-01-13 14:32

Is it not possible to automation android app using espresso without source code. Gradle expects a structure like this:

src/main/
src/androidTest/
         


        
4条回答
  •  我在风中等你
    2021-01-13 15:18

    As per my knowledge, espresso requires application source code.So it is not possible to automate it with just an apk build.

提交回复
热议问题