REFS #731 Explicitly added documentation of --verbose option
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -159,7 +159,7 @@ Options | ... | @@ -159,7 +159,7 @@ Options |
159 | Options are prefixed with a double-dash (``--``): | 159 | Options are prefixed with a double-dash (``--``): |
160 | 160 | ||
161 | - ``--xunit=<filename>`` will export test suite results in a :ref:`XUnit XML file <xunit_report>` | 161 | - ``--xunit=<filename>`` will export test suite results in a :ref:`XUnit XML file <xunit_report>` |
162 | - ``--direct`` will print :doc:`log messages <logging>` directly to the console | 162 | - ``--direct`` or ``--verbose`` will print :doc:`log messages <logging>` directly to the console |
163 | - ``--log-level=<logLevel>`` sets the logging level (see the :doc:`related section <logging>`) | 163 | - ``--log-level=<logLevel>`` sets the logging level (see the :doc:`related section <logging>`) |
164 | - ``--auto-exit=no`` prevents the test runner to exit when all the tests have been executed; this usually allows performing supplementary operations, though implies to exit casper manually listening to the ``exit`` tester event:: | 164 | - ``--auto-exit=no`` prevents the test runner to exit when all the tests have been executed; this usually allows performing supplementary operations, though implies to exit casper manually listening to the ``exit`` tester event:: |
165 | 165 | ... | ... |
-
Please register or sign in to post a comment