Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 17, 2020 06:49
Show Gist options
  • Save velotiotech/26b502652e1cdaa71f4fe5f06783d534 to your computer and use it in GitHub Desktop.
Save velotiotech/26b502652e1cdaa71f4fe5f06783d534 to your computer and use it in GitHub Desktop.
{
"name": "nightwatchdemo",
"version": "1.0.0",
"description": "To learn automation by nightwatch",
"main": "google.js",
"scripts": {
"test": "nightwatch",
"test:cucumber": "cucumber-js --require cucumber.conf.js --require tests --format node_modules/cucumber-pretty"
},
"author": "",
"license": "ISC",
"dependencies": {
"cucumber": "^5.1.0",
"cucumber-pretty": "^1.5.0"
},
"devDependencies": {
"chromedriver": "^2.40.0",
"nightwatch": "^1.0.19",
"nightwatch-api": "^2.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment