Merge pull request #727 from kmike/patch-1
fix a typo in testing docs
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -258,7 +258,7 @@ is just a shortcut for this one: | ... | @@ -258,7 +258,7 @@ is just a shortcut for this one: |
258 | 258 | ||
259 | .. code-block:: text | 259 | .. code-block:: text |
260 | 260 | ||
261 | $ casper /path/to/casperjs/tests/run.js [path] | 261 | $ casperjs /path/to/casperjs/tests/run.js [path] |
262 | 262 | ||
263 | So if you want to extend Casper capabilities for your tests, your best bet is to write your own runner and extend the casper object instance from there. | 263 | So if you want to extend Casper capabilities for your tests, your best bet is to write your own runner and extend the casper object instance from there. |
264 | 264 | ... | ... |
-
Please register or sign in to post a comment