Commit 6ad2eead 6ad2eeadf4efc501b685cb64ba7ecf663994410d by Mickaël Andrieu

REFS #731 Explicitly added documentation of --verbose option

1 parent 4a306e65
...@@ -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
......