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
Copy file name to clipboardExpand all lines: detox/local-cli/detox-test.js
+5-1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ program
45
45
'[Android Only] Launch Emulator in headless mode. Useful when running on CI.')
46
46
.option('-w, --workers <n>',
47
47
'[iOS Only] Specifies number of workers the test runner should spawn, requires a test runner with parallel execution support (Detox CLI currently supports Jest)',1)
48
+
.option('-n, --device-name [name]',
49
+
'Override the device name specified in a configuration. Useful for running a single build configuration on multiple devices.')
Copy file name to clipboardExpand all lines: docs/APIRef.DetoxCLI.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Initiating your test suite
59
59
| -p, --platform [ios/android]| Run platform specific tests. Runs tests with invert grep on `:platform:`, e.g test with substring `:ios:` in its name will not run when passing `--platform android`|
60
60
| -H, --headless |[Android Only] Launch Emulator in headless mode. Useful when running on CI. |
61
61
| -w, --workers |[iOS Only] Specifies number of workers the test runner should spawn, requires a test runner with parallel execution support (Detox CLI currently supports Jest) |
62
-
62
+
| -n, --device-name [name]| Override the device name specified in a configuration. Useful for running a single build configuration on multiple devices. |
63
63
> NOTE: such log levels as `silly` and `wss` are deprecated since [email protected] and will be removed in 9.0.0.
0 commit comments