mpeltonen / casperjs

Navigation scripting & testing utility for PhantomJS

Home Page:http://n1k0.github.com/casperjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CasperJS Build Status

CasperJS is a navigation scripting & testing utility for PhantomJS. 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:

  • defining & ordering navigation steps
  • filling forms
  • clicking links
  • capturing screenshots of a page (or an area)
  • making assertions on remote DOM
  • logging events
  • downloading base64 encoded resources, even binary ones
  • catching errors and react accordingly
  • writing functional test suite, exporting results as JUnit XML (xUnit)

Feel free to browse our sample examples repository. Don't hesitate to pull request for any cool example of yours as well!

Read the full documentation on casperjs dedicated website.

Subscribe to the project mailing-list

About

Navigation scripting & testing utility for PhantomJS

http://n1k0.github.com/casperjs/

License:MIT License


Languages

Language:JavaScript 91.5%Language:CoffeeScript 8.2%Language:Python 0.3%