You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: