1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Mar 1 10:23:17 UTC 2023

This commit is contained in:
Automated 2023-03-01 10:23:17 +00:00
parent 7664984b79
commit bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions

View file

@ -109,6 +109,12 @@ EXAMPLES
executions, but only the subset of executions with valid dimension
combinations will actually run your tests.
To help you identify and locate your test matrix in the Firebase console,
run:
$ gcloud firebase test android run --app=APP_APK \
--client-details=matrixLabel="Example matrix label"
Controlling Results Storage
By default, Firebase Test Lab stores detailed test results for a limited

View file

@ -31,12 +31,6 @@ DESCRIPTION
for more information about argument files.
EXAMPLES
To help you identify and locate your test matrix in the Firebase console,
run:
$ gcloud 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:
@ -59,6 +53,12 @@ EXAMPLES
$ gcloud firebase test ios run --test=XCTEST_ZIP \
--xcode-version=9.4.1
To help you identify and locate your test matrix in the Firebase console,
run:
$ gcloud firebase test ios run --test=XCTEST_ZIP \
--client-details=matrixLabel="Example matrix label"
All test arguments for a given test may alternatively be stored in an
argument group within a YAML-formatted argument file. The ARG_FILE may
contain one or more named argument groups, and argument groups may be