We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9b381 commit 24a2566Copy full SHA for 24a2566
lib/mix/lib/mix/tasks/test.ex
@@ -47,6 +47,7 @@ defmodule Mix.Tasks.Test do
47
* `--include` - include tests that match the filter
48
* `--exclude` - exclude tests that match the filter
49
* `--only` - run only tests that match the filter
50
+ * `--seed` - seeds the random number generator used to randomize tests order
51
52
## Filters
53
0 commit comments