Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. "name": "Automation Mobile Tests",
  3. "version": "1.0.0",
  4. "scripts": {
  5. "test": "./node_modules/.bin/wdio wdio.conf.js."
  6. },
  7. "author": "",
  8. "license": "ISC",
  9. "devDependencies": {
  10. "@wdio/allure-reporter": "^5.18.6",
  11. "@wdio/appium-service": "^5.18.2",
  12. "@wdio/cli": "^5.18.7",
  13. "@wdio/jasmine-framework": "^5.18.6",
  14. "@wdio/local-runner": "^5.18.7",
  15. "@wdio/mocha-framework": "^5.18.6",
  16. "@wdio/spec-reporter": "^5.18.6",
  17. "@wdio/sync": "^5.18.6",
  18. "chromedriver": "^80.0.1",
  19. "tsconfig-paths": "^3.9.0",
  20. "wdio-chromedriver-service": "^5.0.2"
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement