How to perform firebase robo test recording (espresso) with standalone android app (.apk file) on android studio?

做~自己de王妃 提交于 2020-01-16 17:27:50

问题


I have app (.apk file) and I need to do testing using firebase robo test (espresso recorder) on android studio. We don't have access to source code except the .apk file.

Is it possible? And how to do it, launch app in android studio emulator and perform robo test recording?


回答1:


As of now, both Espresso Test Recorder and Robo Script Recorder are fully integrated into Android Studio workflows that require access to the source code of the app-under-test. So, no, it is not possible to record a Robo test having just an .apk file. But feel free to file a corresponding feature request. Thanks!



来源:https://stackoverflow.com/questions/53689295/how-to-perform-firebase-robo-test-recording-espresso-with-standalone-android-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!