1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed May 1 09:26:55 UTC 2024

This commit is contained in:
Automated 2024-05-01 09:26:55 +00:00
parent 3740758467
commit 48fac7efd4
454 changed files with 11765 additions and 12790 deletions

View file

@ -20,7 +20,7 @@ SYNOPSIS
[--scenario-numbers=int,[int,...]] [--test-package=TEST_PACKAGE]
[--test-runner-class=TEST_RUNNER_CLASS]
[--test-targets=TEST_TARGET,[TEST_TARGET,...]] [--use-orchestrator]
[--robo-directives=[TYPE:RESOURCE_NAME=INPUT,...]]
[--resign] [--robo-directives=[TYPE:RESOURCE_NAME=INPUT,...]]
[--robo-script=ROBO_SCRIPT]
[--device-ids=MODEL_ID,[MODEL_ID,...], -d MODEL_ID,[MODEL_ID,...]]
[--locales=LOCALE,[LOCALE,...], -l LOCALE,[LOCALE,...]]
@ -405,6 +405,17 @@ ANDROID INSTRUMENTATION TEST FLAGS
for more information about Android Test Orchestrator.
ANDROID ROBO TEST FLAGS
--resign
Make Robo re-sign the app-under-test APK for a higher quality crawl. If
your app cannot properly function when re-signed, disable this feature.
When an app-under-test APK is not re-signed, Robo crawl is slower and
Robo has access to less information about the state of the crawled app,
which reduces crawl quality. Consequently, if your Roboscript has
actions on elements of RecyclerView or AdapterView, and you disable APK
re-signing, those actions might require manual tweaking because Robo
does not identify RecyclerView and AdapterView in this mode. Enabled by
default, use --no-resign to disable.
--robo-directives=[TYPE:RESOURCE_NAME=INPUT,...]
A comma-separated (<type>:<key>=<value>) map of robo_directives that
you can use to customize the behavior of Robo test. The type specifies