Readme.md in parallel_tests-0.8.3 vs Readme.md in parallel_tests-0.8.4
- old
+ new
@@ -120,20 +120,21 @@
Options are:
-n [PROCESSES] How many processes to use, default: available CPUs
-p, --pattern [PATTERN] run tests matching this pattern
- --group-by group tests by:
+ --group-by [TYPE] group tests by:
found - order of finding files
steps - number of cucumber steps
default - runtime or filesize
-m, --multiply-processes [FLOAT] use given number as a multiplier of processes to run
-s, --single [PATTERN] Run all matching files in only one process
-e, --exec [COMMAND] execute this code parallel and with ENV['TEST_ENV_NUM']
-o, --test-options '[OPTIONS]' execute test commands with those options
-t, --type [TYPE] test(default) / rspec / cucumber
--non-parallel execute same commands but do not in parallel, needs --exec
--chunk-timeout [TIMEOUT] timeout before re-printing the output of a child-process
+ --no-symlinks Do not traverse symbolic links to find test files
-v, --version Show Version
-h, --help Show this.
You can run any kind of code in parallel with -e / --execute