0
votes

Inside the google cloud platform, in the test lab, I uploaded an .apk and we have a new version that we need to test. How do i upload a new version? and how do i delete the old version? I can find no documentation on this matter at all. Referring to the Test Lab found in firebase under Quality https://console.firebase.google.com

2

2 Answers

2
votes

Steps to run a new tests in the Firebase Console:

  1. Navigate to the Firebase Console
  2. Select your Firebase project in case you have multiple.
  3. In the left-side navigation, click Test Lab under the Quality section.
  4. It will show you your most recent test. There is a button on the top right of the test table named Run test. Click it and select what type of test you want to run.
  5. On the next screen you will have options to upload the app and test APK.

Here's a picture what the button looks like:

Run test button in Test Lab

Note, you can also do this from the command-line with gcloud.

0
votes

Please note that there's no need to delete old APKs. Every time you run a test in Test Lab, simply provide the current APK you wish to test.