typo
Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -8,8 +8,9 @@ Casper.js is a navigation utility for [PhantomJS](http://www.phantomjs.org/). It | ... | @@ -8,8 +8,9 @@ Casper.js is a navigation utility for [PhantomJS](http://www.phantomjs.org/). It |
8 | - capturing screenshots of a page (or an area) | 8 | - capturing screenshots of a page (or an area) |
9 | - making assertions on remote DOM | 9 | - making assertions on remote DOM |
10 | - logging events | 10 | - logging events |
11 | - download base64 encoded resources, even binary ones | 11 | - downloading base64 encoded resources, even binary ones |
12 | - catch errors and react accordingly | 12 | - catching errors and react accordingly |
13 | - writing functional test suite, exporting results as JUnit XML (xUnit) | ||
13 | 14 | ||
14 | Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). Don't hesitate to pull request for any cool example of yours as well! | 15 | Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). Don't hesitate to pull request for any cool example of yours as well! |
15 | 16 | ... | ... |
-
Please register or sign in to post a comment