Guest User

Untitled

a guest
May 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "name": "nightwatchdemo",
  3. "version": "1.0.0",
  4. "description": "To learn automation by nightwatch",
  5. "main": "google.js",
  6. "scripts": {
  7. "test": "nightwatch",
  8. "test:cucumber": "cucumber-js --require cucumber.conf.js --require tests --format node_modules/cucumber-pretty"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "cucumber": "^5.1.0",
  14. "cucumber-pretty": "^1.5.0"
  15. },
  16. "devDependencies": {
  17. "chromedriver": "^2.40.0",
  18. "nightwatch": "^1.0.19",
  19. "nightwatch-api": "^2.2.0"
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment