Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android | Add --obb-files #1202

Closed
bootstraponline opened this issue Oct 5, 2020 · 0 comments · Fixed by #1255
Closed

Android | Add --obb-files #1202

bootstraponline opened this issue Oct 5, 2020 · 0 comments · Fixed by #1255
Assignees
Labels

Comments

@bootstraponline
Copy link
Contributor

bootstraponline commented Oct 5, 2020

Author the user story for this feature

As an Android developer, I want to upload OBB files so I can run tests successfully.

Describe the solution

--obb-files=OBB_FILE,[OBB_FILE]

A list of one or two Android OBB file names which will be copied to each test device before the tests will run (default: None). Each OBB file name must conform to the format as specified by Android (e.g. [main|patch].0300110.com.example.android.obb) and will be installed into /Android/obb// on the test device.

https://cloud.google.com/sdk/gcloud/reference/alpha/firebase/test/android/run#--obb-files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants