You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
* Either `true` or `false` to enable/disable verbose output for Composer. `false` by default.
94
+
* Either `true` or `false` to enable/disable verbose output for Composer.
95
+
* Default: `false`.
96
+
* Example: `--verbose-output true`
85
97
*`--keep-output-on-exit`
86
-
* Either `true` or `false` to keep/clean output on exit. `false` by default.".
98
+
* Either `true` or `false` to keep/clean temporary output files used by Composer on exit.
99
+
* Default: `false`.
100
+
* Composer uses files to pipe output of external commands like `adb`, keeping them might be useful for debugging issues.
101
+
* Example: `--keep-output-on-exit true`
87
102
*`--devices`
88
-
* Connected devices/emulators that will be used to run tests against. If not passed — tests will run on all connected devices/emulators. Specifying both `--devices` and `--device-pattern` will result in an error. Usage example: `--devices emulator-5554 emulator-5556`.
103
+
* Connected devices/emulators that will be used to run tests against.
104
+
* Default: empty, tests will run on all connected devices/emulators.
105
+
* Specifying both `--devices` and `--device-pattern` will result in an error.
* Connected devices/emulators that will be used to run tests against. If not passed — tests will run on all connected devices/emulators. Specifying both `--device-pattern` and `--devices` will result in an error. Usage example: `--device-pattern "emulator.+"`.
108
+
* Connected devices/emulators that will be used to run tests against.
109
+
* Default: empty, tests will run on all connected devices/emulators.
110
+
* Specifying both `--device-pattern` and `--devices` will result in an error.
111
+
* Example: `--device-pattern "emulator.+"`
91
112
*`--install-timeout`
92
-
* APK installation timeout in seconds. If not passed defaults to 120 seconds (2 minutes). Applicable to both test APK and APK under test. Usage
93
-
example (for 10 minutes timeout): `--install-timeout 600`.
113
+
* APK installation timeout in seconds.
114
+
* Default: `120` seconds (2 minutes).
115
+
* Applicable to both test APK and APK under test.
116
+
* Example: `--install-timeout 20`
94
117
95
118
##### Example
96
119
@@ -141,7 +164,7 @@ Composer works great in combination with [Swarmer][swarmer] — another tool we'
141
164
Dependencies: you only need `docker` and `bash` installed on your machine.
0 commit comments