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
--suffix [PATTERN] override built in test file pattern (should match suffix):
268
+
-e, --exec COMMAND execute this code parallel and with ENV['TEST_ENV_NUMBER']
269
+
-o, --test-options 'OPTIONS' execute test commands with those options
270
+
-t, --type TYPE test(default) / rspec / cucumber / spinach
271
+
--suffix PATTERN override built in test file pattern (should match suffix):
271
272
'_spec.rb$' - matches rspec files
272
273
'_(test|spec).rb$' - matches test or spec files
273
274
--serialize-stdout Serialize stdout output, nothing will be written until everything is done
@@ -276,14 +277,15 @@ Options are:
276
277
--combine-stderr Combine stderr into stdout, useful in conjunction with --serialize-stdout
277
278
--non-parallel execute same commands but do not in parallel, needs --exec
278
279
--no-symlinks Do not traverse symbolic links to find test files
279
-
--ignore-tags [PATTERN] When counting steps ignore scenarios with tags that match this pattern
280
+
--ignore-tags PATTERN When counting steps ignore scenarios with tags that match this pattern
280
281
--nice execute test commands with low priority.
281
-
--runtime-log [PATH] Location of previously recorded test runtimes
282
-
--allowed-missing [INT] Allowed percentage of missing runtimes (default = 50)
282
+
--runtime-log PATH Location of previously recorded test runtimes
283
+
--allowed-missing COUNT Allowed percentage of missing runtimes (default = 50)
283
284
--allow-duplicates When detecting files to run, allow duplicates
284
-
--unknown-runtime [FLOAT] Use given number as unknown runtime (otherwise use average time)
285
+
--unknown-runtime SECONDS Use given number as unknown runtime (otherwise use average time)
285
286
--first-is-1 Use "1" as TEST_ENV_NUMBER to not reuse the default test environment
286
287
--fail-fast Stop all groups when one group fails (best used with --test-options '--fail-fast' if supported
288
+
--test-file-limit LIMIT Limit to this number of files per test run by batching (for windows set to ~100 to stay below 8192 max command limit, might have bugs from reusing test-env-number and summarizing partial results)
287
289
--verbose Print debug output
288
290
--verbose-command Combines options --verbose-process-command and --verbose-rerun-command
289
291
--verbose-process-command Print the command that will be executed by each process before it begins
0 commit comments