Skip to content

Navigation scripting & testing utility for PhantomJS

License

Notifications You must be signed in to change notification settings

nrabinowitz/casperjs

 
 

Repository files navigation

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

Contributing to the docs

CasperJS's documentation is written using the Markdown format, and hosted on Github thanks to the Github Pages Feature.

To view the source files on github, head to the gh-pages branch, and check the documentation's README for further instructions.

About

Navigation scripting & testing utility for PhantomJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CoffeeScript 1.4%
  • Python 0.8%