Commit dde01833 dde018336854a2d7b72ef0d9bf642ac941db08db by Mickaël Andrieu

Merge pull request #579 from mickaelandrieu/master

Add to tester api documentation the options "--no-colors" and "--concise...
2 parents e6785d97 1360ad6e
......@@ -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 (beautiful) colors from casperjs.
Sample custom command:
......