Advertisement
dimkin

package.json

Jun 9th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.42 KB | None | 0 0
  1. {
  2.   "name": "wdio6",
  3.   "version": "1.0.0",
  4.   "description": "",
  5.   "main": "index.js",
  6.   "scripts": {
  7.     "test": "wdio"
  8.   },
  9.   "keywords": [],
  10.   "author": "",
  11.   "license": "ISC",
  12.   "devDependencies": {
  13.     "@wdio/browserstack-service": "6.1",
  14.     "@wdio/cli": "6.1.17",
  15.     "@wdio/dot-reporter": "6.1.14",
  16.     "@wdio/local-runner": "6.1.17",
  17.     "@wdio/sync": "6.1.14",
  18.     "@wdio/mocha-framework": "6.1.17"
  19.   }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement