Skip to content

Instantly share code, notes, and snippets.

@flomotlik
Last active December 14, 2015 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flomotlik/5103432 to your computer and use it in GitHub Desktop.
Save flomotlik/5103432 to your computer and use it in GitHub Desktop.
Gist files for Casperjs Blogpost
#Run with casperjs test codeshiptest.coffee
casper.start 'https://www.codeship.io/', ->
@.clickLabel 'Blog', 'a'
@.then ->
@.test.assertUrlMatch 'http://blog.codeship.io'
casper.run ->
@.test.done(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment