Updated Console Command Line (markdown)

CharliePoole 2022-02-27 06:13:05 -08:00
Родитель 8d4530b84b
Коммит 37804481a1
1 изменённых файлов: 1 добавлений и 2 удалений

@ -30,7 +30,6 @@ Without the V2 driver, only version 3.0 and higher tests may be run.
|`--test=FULLNAMES` | Comma-separated list of FULLNAMES of tests to run or explore. This option may be repeated. Note that this option is retained for backward compatibility. The --where option can now be used instead. |
|`--testlist=FILE` | The name (or path) of a FILE containing a list of tests to run or explore, one per line. |
|`--where=EXPRESSION` | An expression indicating which tests to run. It may specify test names, classes, methods, categories or properties comparing them to actual values with the operators ==, !=, =~ and !~. See [Test Selection Language](Test-Selection-Language.md) for a full description of the syntax. |
|`--testparam:PARAMETER, --tp:PARAMETER` | A test PARAMETER specified in the form NAME=VALUE for consumption by tests. Multiple parameters must be specified separated using a `--testparam` or `--tp` option for each. |
|`--params=PARAMETER, --p=PARAMETER` | (**NOTE:** _this is deprecated and will be removed in a future release. Please use --testparam instead_.) A test PARAMETER specified in the form NAME=VALUE for consumption by tests. Multiple parameters may be specified, separated by semicolons or by repeating the --params option multiple times. Case-sensitive. |
|`--param:PARAMETER, -p:PARAMETER` | A test PARAMETER specified in the form NAME=VALUE for consumption by tests. Multiple parameters must be specified using a separate `--param` or `-p` option for each one. |
|`--config=NAME` | NAME of a project configuration to load (e.g.: Debug). |
|`--agents=NUMBER` | NUMBER of agents that may be allowed to run simultaneously assuming you are not running inprocess. If not specified, all agent processes run tests at the same time, whatever the number of assemblies. This setting is used to control running your assemblies in parallel. |