-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 775 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
29
{
"name": "student",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"wdio": "wdio run ./wdio.conf.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@wdio/allure-reporter":"8.24.2",
"@wdio/cli": "^8.23.1",
"@wdio/devtools-service": "^8.23.1",
"@wdio/selenium-standalone-service": "^8.15.0",
"chromedriver": "^119.0.1"
},
"devDependencies": {
"@wdio/firefox-profile-service": "^8.32.4",
"@wdio/local-runner": "^8.35.1",
"@wdio/mocha-framework": "^8.35.0",
"@wdio/browser-runner": "8.24.3",
"@wdio/spec-reporter": "^8.32.4",
"@wdio/sync": "7.27.0",
"wdio-safaridriver-service": "^2.1.1"
}
}