Last active
September 14, 2017 11:43
-
-
Save codejockie/73e74b1f5cc087da10a3caa7cb8e713e to your computer and use it in GitHub Desktop.
e2e testing with nightwatch.js package.json
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": "nightwatch", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "nightwatch", | |
| "e2e-setup": "selenium-standalone install" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "babel-cli": "^6.26.0", | |
| "babel-plugin-add-module-exports": "^0.2.1", | |
| "babel-preset-es2015": "^6.24.1", | |
| "selenium-standalone": "^6.7.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment