0
votes

Every time I run my test I can see \app-debug.apk and \app-debug-androidTest.apk uploading and installing google firebase test lab device. But it is not enough for me. I have an external APK with me and I want to upload it to the device in the firebase and run an automation test on that APK. How can I upload and install an external APK to the application?

Please, someone, help me.

1
What do you mean by "external APK"? Any reason why you can't treat it the same as the ones you've already built and tested yourself? - Doug Stevenson
I have an APK and for that I have written automation scripts with gradle. I need to test that on firebase test lab - Deepak N

1 Answers

0
votes

Read the documentation on testing with gcloud. It might also be helpful to read the documentation on integration with CI systems. The bottom line is that you should have gcloud installed and configured, and use it to upload the APK for testing. More detailed information about the command line can be found here.