gcloud_beta_firebase_test_android (1)
NAME
- gcloud beta firebase test android - command group for Android application testing
SYNOPSIS
-
gcloud beta firebase test android GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Explore physical and virtual Android models, Android OS versions,
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
-
- locales
-
(BETA) Explore Android locales available for testing.
- models
-
(BETA) Explore Android models available in the Test Environment catalog.
- versions
-
(BETA) Explore Android versions available for testing.
COMMANDS
COMMAND is one of the following:
-
- run
-
(BETA) Invoke a test in Firebase Test Lab for Android and view test
results.
EXAMPLES
To see a list of available Android devices, their form factors, and supported Android OS versions, run:
- $ gcloud beta firebase test android models list
To view more detailed information about a specific Android model, run:
- $ gcloud beta firebase test android models describe MODEL_ID
To view details about available Android OS versions, such as their code names and release dates, run:
- $ gcloud beta firebase test android versions list
To view information about a specific Android OS version, run:
- $ gcloud beta firebase test android versions describe VERSION_ID
To view the list of available Android locales which can be used for testing internationalized applications, run:
- $ gcloud beta firebase test android locales list
To view information about a specific locale, run:
- $ gcloud beta firebase test android locales describe LOCALE
To view all options available for running Android tests, run:
- $ gcloud beta firebase test android run --help
NOTES
This command is currently in BETA and may change without notice. These variants are also available:
- $ gcloud firebase test android $ gcloud alpha firebase test android