File tree 1 file changed +10
-2
lines changed
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/
38
38
``` plain
39
39
Usage: <main class> [options]
40
40
Options:
41
+ --averageTime, -a
42
+ Use the average test time from tests with JUnit reports for tests
43
+ without JUnit reports.
44
+ Default: false
41
45
--debug, -d
42
46
Enables debug logging.
43
47
Default: false
44
48
--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]
47
55
* --glob, -g
48
56
Glob pattern to find test files. Make sure to single-quote the pattern
49
57
to avoid shell expansion.
You can’t perform that action at this time.
0 commit comments