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 --scenario-labels #1204

Closed
bootstraponline opened this issue Oct 5, 2020 · 0 comments · Fixed by #1238 or #1244
Closed

Android | Add --scenario-labels #1204

bootstraponline opened this issue Oct 5, 2020 · 0 comments · Fixed by #1238 or #1244
Assignees

Comments

@bootstraponline
Copy link
Contributor

bootstraponline commented Oct 5, 2020

Author the user story for this feature

As an Android developer, I want to use --scenario-labels so I can run tests like gcloud.

Describe the solution

--scenario-labels=LABEL,[LABEL,…]

A list of game-loop scenario labels (default: None). Each game-loop scenario may be labeled in the APK manifest file with one or more arbitrary strings, creating logical groupings (e.g. GPU_COMPATIBILITY_TESTS). If --scenario-numbers and --scenario-labels are specified together, Firebase Test Lab will first execute each scenario from --scenario-numbers. It will then expand each given scenario label into a list of scenario numbers marked with that label, and execute those scenarios.

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

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

Successfully merging a pull request may close this issue.

2 participants