Skip to content

Commit ffa9e1b

Browse files
committed
Update README
1 parent 9d32d7a commit ffa9e1b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,20 @@ java -jar split-tests-java.jar --split-index 0 --split-total 10 --glob 'project/
3838
```plain
3939
Usage: <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.

0 commit comments

Comments
 (0)