-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 998 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 998 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
30
31
32
33
34
35
36
{
"name": "BSA-2020-Wdio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js",
"report": "allure generate --clean && allure open"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.11.5",
"@babel/core": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@wdio/allure-reporter": "^6.3.0",
"@wdio/cli": "^6.3.5",
"@wdio/devtools-service": "^6.4.6",
"@wdio/junit-reporter": "^6.3.4",
"@wdio/local-runner": "^6.3.5",
"@wdio/mocha-framework": "^6.3.0",
"@wdio/spec-reporter": "^6.3.0",
"@wdio/sync": "^6.3.3",
"allure-commandline": "^2.13.0",
"babel-cli": "^6.26.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"chromedriver": "^84.0.1",
"eslint": "^7.5.0",
"eslint-plugin-wdio": "^6.0.12",
"prettier": "^2.1.1",
"wdio-chromedriver-service": "^6.0.3"
}
}