-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1008 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "wdio7",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx wdio run myconfig.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@wdio/dot-reporter": "^7.0.4",
"@wdio/local-runner": "^7.6.0",
"@wdio/mocha-framework": "^7.0.4",
"chromedriver": "^88.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.5",
"wdio-chromedriver-service": "^6.0.4",
"webdriverio": "^7.6.0"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/register": "^7.13.16",
"@rpii/wdio-html-reporter": "^6.3.3",
"@wdio/cli": "^7.6.0",
"@wdio/selenium-standalone-service": "^7.6.0",
"@wdio/spec-reporter": "^7.6.0",
"@wdio/sync": "^7.6.0",
"expect-webdriverio": "^3.0.0",
"i": "^0.3.6",
"log4js": "^6.3.0",
"log4js-api": "^1.0.0",
"npm": "^7.14.0",
"wdio-html-format-reporter": "^0.4.0"
}
}