-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 991 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
{
"name": "webdriverio-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@types/chai": "^4.1.7",
"@types/expect": "^1.20.4",
"@types/node": "^12.6.8",
"@wdio/allure-reporter": "^5.12.1",
"@wdio/cli": "^5.11.6",
"@wdio/junit-reporter": "^5.11.0",
"@wdio/local-runner": "^5.11.6",
"@wdio/mocha-framework": "^5.11.0",
"@wdio/selenium-standalone-service": "^5.11.2",
"@wdio/spec-reporter": "^5.11.6",
"@wdio/sync": "^5.11.0",
"allure-commandline": "^2.9.0",
"chai": "^4.2.0",
"eslint": "^6.1.0",
"eslint-plugin-wdio": "^5.11.0",
"wdio-allure-reporter": "^0.8.3"
},
"dependencies": {}
}