Skip to content

Instantly share code, notes, and snippets.

@gotbahn
Created September 10, 2016 16:08
Show Gist options
  • Select an option

  • Save gotbahn/31a031105c9bbc37c8d42c658a77f15f to your computer and use it in GitHub Desktop.

Select an option

Save gotbahn/31a031105c9bbc37c8d42c658a77f15f to your computer and use it in GitHub Desktop.
Functional tests with Casper.js in Travis CI
{
"name": "casper-travis",
"version": "0.0.1",
"description": "Functional tests with Casper.js in Travis CI",
"main": "index.html",
"scripts": {
"preinstall": "npm i -g http-server casperjs",
"start": "http-server",
"test": "casperjs test tests/"
},
"author": "Bogdan Plieshka [email protected] https://godban.github.io",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment