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
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment