File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,20 @@ java -jar split-tests-java.jar --split-index 0 --split-total 10 --glob 'project/
3838``` plain
3939Usage: <main class> [options]
4040 Options:
41+ --averageTime, -a
42+ Use the average test time from tests with JUnit reports for tests
43+ without JUnit reports.
44+ Default: false
4145 --debug, -d
4246 Enables debug logging.
4347 Default: false
4448 --exclude-glob, -e
45- Glob pattern to exclude test files. Defaults to '**/*Abstract*'. Make
46- sure to single-quote the pattern to avoid shell expansion.
49+ Glob pattern to exclude test files. Make sure to single-quote the
50+ pattern to avoid shell expansion.
51+ --format, -f
52+ The output format.
53+ Default: list
54+ Possible Values: [list, gradle]
4755 * --glob, -g
4856 Glob pattern to find test files. Make sure to single-quote the pattern
4957 to avoid shell expansion.
You can’t perform that action at this time.
0 commit comments