forked from darth-tatian/web-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 888 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 888 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
{
"name": "web-framework",
"version": "1.0.0",
"description": "qa-fintech study auto test Web-framework",
"main": "wdio.conf.ts",
"scripts": {
"report": "allure generate ./allure-results -c && allure open",
"testALL": "wdio run ./wdio.conf.ts",
"test": "wdio run ./wdio.conf.ts --spec hw"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.2",
"@wdio/cli": "7.7.3",
"@wdio/local-runner": "7.7.3",
"@wdio/logger": "7.7.0",
"@wdio/mocha-framework": "7.7.3",
"@wdio/allure-reporter": "7.7.3",
"allure-commandline": "^2.13.8",
"chromedriver": "^91.0.1",
"prettier": "^2.3.2",
"ts-node": "^10.1.0",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"wdio-chromedriver-service": "^7.2.0",
"webdriverio": "7.7.3"
}
}