Skip to content

Instantly share code, notes, and snippets.

@codejockie
Last active September 14, 2017 11:43
Show Gist options
  • Select an option

  • Save codejockie/73e74b1f5cc087da10a3caa7cb8e713e to your computer and use it in GitHub Desktop.

Select an option

Save codejockie/73e74b1f5cc087da10a3caa7cb8e713e to your computer and use it in GitHub Desktop.
e2e testing with nightwatch.js package.json
{
"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