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 (``--``):
- ``--pre=pre-test.js`` will add the tests contained in ``pre-test.js`` **before** executing the whole test suite;
- ``--post=post-test.js`` will add the tests contained in ``post-test.js`` **after** having executed the whole test suite;
- ``--fail-fast`` will terminate the current test suite as soon as a first failure is encountered.
- ``--concise`` will create a more concise output of the test suite.
- ``--no-colors`` will create an output without (beautifull) colors from casperjs.
Sample custom command:
......