mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Feb 23 10:13:49 UTC 2023
This commit is contained in:
parent
78fb6d9419
commit
7664984b79
46 changed files with 947 additions and 130 deletions
|
|
@ -41,6 +41,12 @@ DESCRIPTION
|
|||
arg-files for more information about argument files.
|
||||
|
||||
EXAMPLES
|
||||
To help you identify and locate your test matrix in the Firebase console,
|
||||
run:
|
||||
|
||||
$ gcloud alpha firebase test ios run --test=XCTEST_ZIP \
|
||||
--client-details=matrixLabel="Example matrix label"
|
||||
|
||||
To invoke an XCTest lasting up to five minutes against the default device
|
||||
environment, run:
|
||||
|
||||
|
|
@ -183,6 +189,13 @@ FLAGS
|
|||
|
||||
--client-details=buildNumber=1234,pullRequest=https://example.com/link/to/pull-request
|
||||
|
||||
To help you identify and locate your test matrix in the Firebase
|
||||
console, use the matrixLabel key.
|
||||
|
||||
Example:
|
||||
|
||||
--client-details=matrixLabel="Example matrix label"
|
||||
|
||||
--directories-to-pull=[DIR_TO_PULL,...]
|
||||
A list of paths that will be copied from the device's storage to the
|
||||
designated results bucket after the test is complete. These must be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue