mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -367,7 +367,7 @@ FLAGS
|
|||
is no greater than the total number of test cases. When you select
|
||||
one or more physical devices, the number of shards specified must be
|
||||
<= 50. When you select one or more ARM virtual devices, the number of
|
||||
shards specified must be <= 50. When you select only x86 virtual
|
||||
shards specified must be <= 100. When you select only x86 virtual
|
||||
devices, the number of shards specified must be <= 500.
|
||||
|
||||
--test-targets-for-shard=TEST_TARGETS_FOR_SHARD
|
||||
|
|
@ -375,7 +375,7 @@ FLAGS
|
|||
each shard (a group of test cases). Each time this flag is repeated,
|
||||
it creates a new shard. The shards are run in parallel on separate
|
||||
devices. You can repeat this flag up to 50 times when you select one
|
||||
or more physical devices, up to 50 times when you select one or more
|
||||
or more physical devices, up to 100 times when you select one or more
|
||||
ARM virtual devices, and up to 500 times when you select only x86
|
||||
virtual devices.
|
||||
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ SYNOPSIS
|
|||
[--other-files=DEVICE_PATH=FILE_PATH,[...]] [--record-video]
|
||||
[--results-bucket=RESULTS_BUCKET] [--results-dir=RESULTS_DIR]
|
||||
[--results-history-name=RESULTS_HISTORY_NAME]
|
||||
[--scenario-numbers=int,[int,...]] [--test-special-entitlements]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--robo-script=ROBO_SCRIPT] [--scenario-numbers=int,[int,...]]
|
||||
[--test-special-entitlements] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta firebase test ios run invokes and monitors tests in
|
||||
|
|
@ -138,7 +138,8 @@ COMMONLY USED FLAGS
|
|||
◆ --timeout 100 is 100 seconds
|
||||
|
||||
--type=TYPE
|
||||
The type of iOS test to run. TYPE must be one of: xctest, game-loop.
|
||||
The type of iOS test to run. TYPE must be one of: xctest, game-loop,
|
||||
robo.
|
||||
|
||||
--xcode-version=XCODE_VERSION
|
||||
The version of Xcode that should be used to run an XCTest. Defaults to
|
||||
|
|
@ -164,8 +165,8 @@ FLAGS
|
|||
--app=APP
|
||||
The path to the application archive (.ipa file) for game-loop testing.
|
||||
The path may be in the local filesystem or in Google Cloud Storage
|
||||
using gs:// notation. This flag is only valid when --type=game-loop is
|
||||
also set.
|
||||
using gs:// notation. This flag is only valid when --type is game-loop
|
||||
or robo.
|
||||
|
||||
--async
|
||||
Invoke a test asynchronously without waiting for test results.
|
||||
|
|
@ -240,6 +241,14 @@ FLAGS
|
|||
the same history name will have their results grouped together in the
|
||||
Firebase console in a time-ordered test history list.
|
||||
|
||||
--robo-script=ROBO_SCRIPT
|
||||
The path to a Robo Script JSON file. The path may be in the local
|
||||
filesystem or in Google Cloud Storage using gs:// notation. You can
|
||||
guide the Robo test to perform specific actions by specifying a Robo
|
||||
Script with this argument. Learn more at
|
||||
https://firebase.google.com/docs/test-lab/robo-ux-test#scripting. This
|
||||
flag is only valid when --type=robo is also set.
|
||||
|
||||
--scenario-numbers=int,[int,...]
|
||||
A list of game-loop scenario numbers which will be run as part of the
|
||||
test (default: scenario 1). A maximum of 1024 scenarios may be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue