updated README with direct links to documentation sections
Showing
2 changed files
with
9 additions
and
9 deletions
... | @@ -4,15 +4,15 @@ CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www. | ... | @@ -4,15 +4,15 @@ CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www. |
4 | It eases the process of defining a full navigation scenario and provides useful | 4 | It eases the process of defining a full navigation scenario and provides useful |
5 | high-level functions, methods & syntaxic sugar for doing common tasks such as: | 5 | high-level functions, methods & syntaxic sugar for doing common tasks such as: |
6 | 6 | ||
7 | - defining & ordering navigation steps | 7 | - defining & ordering [navigation steps](http://casperjs.org/#phantom_Casper_run) |
8 | - filling forms | 8 | - [filling forms](http://casperjs.org/#phantom_Casper_fill) |
9 | - clicking links | 9 | - [clicking links](http://casperjs.org/#phantom_Casper_click) |
10 | - capturing screenshots of a page (or an area) | 10 | - [capturing screenshots](http://casperjs.org/#phantom_Casper_captureSelector) of a page (or an area) |
11 | - making assertions on remote DOM | 11 | - [making assertions on remote DOM](http://casperjs.org/#phantom_Casper_Tester) |
12 | - logging events | 12 | - [logging](http://casperjs.org/#logging) & [events](http://casperjs.org/#events-filters) |
13 | - downloading base64 encoded resources, even binary ones | 13 | - [downloading base64](http://casperjs.org/#phantom_Casper_download) encoded resources, even binary ones |
14 | - catching errors and react accordingly | 14 | - catching errors and react accordingly |
15 | - writing functional test suite, exporting results as JUnit XML (xUnit) | 15 | - writing [functional test suite](http://casperjs.org/#testing), exporting results as JUnit XML (xUnit) |
16 | 16 | ||
17 | Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). | 17 | Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). |
18 | Don't hesitate to pull request for any cool example of yours as well! | 18 | Don't hesitate to pull request for any cool example of yours as well! | ... | ... |
-
Please register or sign in to post a comment