问题
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