Commit 6b641db6 6b641db688d6afd674ca75010ec7003edd4aeeaf by Mickaël Andrieu

Add to tester api documentation the options "--no-colors" and "--concise"

As well introduced here : https://github.com/n1k0/casperjs/blob/master/tests/run.js
1 parent bd0cf5f0
...@@ -166,6 +166,8 @@ Options are prefixed with a double-dash (``--``): ...@@ -166,6 +166,8 @@ Options are prefixed with a double-dash (``--``):
166 - ``--pre=pre-test.js`` will add the tests contained in ``pre-test.js`` **before** executing the whole test suite; 166 - ``--pre=pre-test.js`` will add the tests contained in ``pre-test.js`` **before** executing the whole test suite;
167 - ``--post=post-test.js`` will add the tests contained in ``post-test.js`` **after** having executed the whole test suite; 167 - ``--post=post-test.js`` will add the tests contained in ``post-test.js`` **after** having executed the whole test suite;
168 - ``--fail-fast`` will terminate the current test suite as soon as a first failure is encountered. 168 - ``--fail-fast`` will terminate the current test suite as soon as a first failure is encountered.
169 - ``--concise`` will create a more concise output of the test suite.
170 - ``--no-colors`` will create an output without (beautifull) colors from casperjs.
169 171
170 Sample custom command: 172 Sample custom command:
171 173
......