Commit bed4944e bed4944e4bf0abd8e4b8460b79ce014491b7e512 by Nicolas Perriault

updated README

1 parent 7b334b3e
1 # Casper.js 1 # CasperJS
2 2
3 Casper.js is a navigation scripting & testing utility for [PhantomJS](http://www.phantomjs.org/). It eases the process of defining a full navigation scenario and provides useful high-level functions, methods & syntaxic sugar for doing common tasks such as: 3 CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www.phantomjs.org/).
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:
4 6
5 - defining & ordering navigation steps 7 - defining & ordering navigation steps
6 - filling forms 8 - filling forms
...@@ -12,6 +14,7 @@ Casper.js is a navigation scripting & testing utility for [PhantomJS](http://www ...@@ -12,6 +14,7 @@ Casper.js is a navigation scripting & testing utility for [PhantomJS](http://www
12 - catching errors and react accordingly 14 - catching errors and react accordingly
13 - writing functional test suite, exporting results as JUnit XML (xUnit) 15 - writing functional test suite, exporting results as JUnit XML (xUnit)
14 16
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! 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!
16 19
17 **Read the [full documentation](http://n1k0.github.com/casperjs/) on casperjs dedicated website.** 20 **Read the [full documentation](http://n1k0.github.com/casperjs/) on casperjs dedicated website.**
...\ No newline at end of file ...\ No newline at end of file
......