balktar
balktar

Reputation: 13

Firebase - Test Lab - Uploading files on physical devices

Currently, I'm running some instrumentation tests using Android Studio on physical devices. But for certain instrumentation tests certain audio files are required. My question is whether it is possible for audio files to be uploaded to the physical device storage for use in instrumentation tests.

Upvotes: 1

Views: 326

Answers (1)

P. Davis
P. Davis

Reputation: 1007

You can upload files before executing your test with the gcloud command-line interface to Firebase Test Lab. Please see the --other-files flag, https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run#--other-files

Upvotes: 2

Related Questions