Created
September 10, 2016 16:08
-
-
Save gotbahn/31a031105c9bbc37c8d42c658a77f15f to your computer and use it in GitHub Desktop.
Functional tests with Casper.js in Travis CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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