mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Mar 1 10:23:17 UTC 2023
This commit is contained in:
parent
7664984b79
commit
bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions
|
|
@ -111,6 +111,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 alpha 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
|
||||
|
|
|
|||
|
|
@ -69,6 +69,12 @@ EXAMPLES
|
|||
$ gcloud alpha 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 alpha firebase test ios run --test=XCTEST_ZIP \
|
||||
--client-details=matrixLabel="Example matrix label"
|
||||
|
||||
To run an iOS game loop, specify the --type and --app flags:
|
||||
|
||||
$ gcloud alpha firebase test ios run --type=game-loop --app=app.ipa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue