Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "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"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment