diff --git a/articles/nunit/running-tests/Console-Command-Line.html b/articles/nunit/running-tests/Console-Command-Line.html index 43636b952..8abebe1b8 100644 --- a/articles/nunit/running-tests/Console-Command-Line.html +++ b/articles/nunit/running-tests/Console-Command-Line.html @@ -228,7 +228,7 @@
--labels=VALUE
--labels=On
. Synonym for --labels=All
. labels=After: A label appears at the end of every test, whether it produced output or not. This label includes the pass/fail status of the test in addition to its name. Additional labels are produced as needed if there is any output, just as for --labels=On
. All: A label appears at the start of every test, whether it produces output or not. Additional labels are produced as needed if interspersed output takes place, just as for --labels=On
. Synonym for --labels=Before
.--labels=OnOutputOnly
. labels=After: A label appears at the end of every test, whether it produced output or not. This label includes the pass/fail status of the test in addition to its name. Additional labels are produced as needed if there is any output, just as for --labels=OnOutputOnly
. BeforeAndAfter A label appears at the start and end of every test, whether it produced output or not. The label at the end of the test includes the pass/fail status of the test in addition to its name. Additional labels are produced as needed if interspersed output takes place, just as for --labels=OnOutputOnly
. On. Synonym for --labels=OnOutputOnly
, now deprecated (will be removed in a future release). All: Synonym for --labels=Before
, now deprecated (will be removed in a future release).--test-name-format=VALUE