-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "webdriverio-tutorial",
"version": "1.0.0",
"description": "This is webdriverIO tutorial",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Paresh Mahajan",
"license": "ISC",
"devDependencies": {
"@wdio/local-runner": "^5.18.7",
"@wdio/mocha-framework": "^5.18.7",
"@wdio/selenium-standalone-service": "^5.16.10",
"@wdio/spec-reporter": "^5.18.7",
"@wdio/sync": "^5.18.7",
"chai": "^4.2.0",
"chai-webdriverio": "^1.0.0",
"chromedriver": "^80.0.1",
"local-runner": "^0.1.1-alpha",
"wdio-chromedriver-service": "^5.0.2",
"webdriverio": "^5.18.7"
},
"dependencies": {
"@wdio/cli": "^5.18.7"
}
}