diff --git a/docs/command-line.md b/docs/command-line.md index a629b9a9..20a601cb 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -57,7 +57,6 @@ Click one of the following links to take you straight to that option - or scroll
- ` --list-test-names-only`
` --list-reporters`
` --order`
` --rng-seed`
@@ -268,15 +267,13 @@ are. ## Load test names to run from a file
-f, --input-file <filename>
-Provide the name of a file that contains a list of test case names - one per line. Blank lines are skipped and anything after the comment character, ```#```, is ignored. +Provide the name of a file that contains a list of test case names, +one per line. Blank lines are skipped. -A useful way to generate an initial instance of this file is to use the list-test-names-only option. This can then be manually curated to specify a specific subset of tests - or in a specific order. - - -## Just test names -
--list-test-names-only
- -This option lists all available tests in a non-indented form, one on each line. This makes it ideal for saving to a file and feeding back into the ```-f``` or ```--input-file``` option. +A useful way to generate an initial instance of this file is to combine +the [`--list-tests`](#listing-available-tests-tags-or-reporters) flag with +the [`--verbosity quiet`](#output-verbosity) option. You can also +use test specs to filter this list down to what you want first.