-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (27 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "webdriverio-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"autotest": "./node_modules/.bin/wdio wdio.conf.js",
"autotest:e2e": "./node_modules/.bin/wdio wdio.conf.js --suite e2e",
"autotest:validation": "./node_modules/.bin/wdio wdio.conf.js --suite validation"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wdio/cli": "^5.16.7",
"@wdio/jasmine-framework": "^5.16.5",
"@wdio/local-runner": "^5.16.7",
"@wdio/mocha-framework": "^5.16.5",
"@wdio/spec-reporter": "^5.16.5",
"@wdio/sync": "^5.16.5",
"chromedriver": "^78.0.1",
"jasmine": "^3.5.0",
"wdio-chromedriver-service": "^5.0.2"
},
"dependencies": {}
}