10
Site Testing With CasperJS Joseph Scott http://josephscott.org

Site Testing with CasperJS

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Site Testing with CasperJS

Site TestingWith CasperJS

Joseph Scotthttp://josephscott.org

Page 2: Site Testing with CasperJS

PhatomJS

http://phantomjs.org/

Page 3: Site Testing with CasperJS

CasperJS

http://casperjs.org/

Page 4: Site Testing with CasperJS

Install

PhantomJS, download binary

CasperJS - http://casperjs.org/installation.html

Page 6: Site Testing with CasperJS

Scriptable in JavaScript and CoffeeScript

Page 7: Site Testing with CasperJS

Everything starts simple

var casper = require('casper').create();

Page 8: Site Testing with CasperJS

Trying out live examples

export PHANTOMJS_EXECUTABLE="/Users/josephscott/Dropbox/joseph/slides/casperjs/bin/phantomjs"

Page 9: Site Testing with CasperJS

Questions?

Page 10: Site Testing with CasperJS

Joseph Scott

http://josephscott.org/[email protected]

@josephscott