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: docs/APIRef.DetoxCLI.md
+1
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Initiating your test suite
62
62
| -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) |
63
63
| -n, --device-name [name]| Override the device name specified in a configuration. Useful for running a single build configuration on multiple devices. |
64
64
> NOTE: such log levels as `silly` and `wss` are deprecated since detox@8.1.0 and will be removed in 9.0.0.
65
+
> NOTE: extra arguments to the test runner (either Jest or Mocha) can be passed through using the DETOX_TEST_RUNNER_FLAGS environment variable
0 commit comments