NAME
    gcloud beta firebase test ios - command group for iOS application testing

SYNOPSIS
    gcloud beta firebase test ios GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Explore physical iOS devices and iOS versions which are available as
    test targets. Also run tests against your iOS app on these devices, monitor
    your test progress, and view detailed test results in the Firebase console.

EXAMPLES
    To see a list of available iOS devices and supported iOS versions, run:

        $ gcloud beta firebase test ios models list

    To view information about a specific iOS model, run:

        $ gcloud beta firebase test ios models describe MODEL_ID

    To view details about all iOS versions, run:

        $ gcloud beta firebase test ios versions list

    To view information about a specific iOS version, run:

        $ gcloud beta firebase test ios versions describe VERSION_ID

    To view all options available for iOS tests, run:

        $ gcloud beta firebase test ios run --help

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     locales
        (BETA) Explore iOS locales available for testing.

     models
        (BETA) Explore iOS models available in the Test Environment catalog.

     versions
        (BETA) Explore iOS versions available for testing.

COMMANDS
    COMMAND is one of the following:

     list-device-capacities
        (BETA) List capacity information for iOS models & versions.

     run
        (BETA) Invoke a test in Firebase Test Lab for iOS and view test
        results.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud firebase test ios

        $ gcloud alpha firebase test ios

