-
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) · 850 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 850 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": "run_test_sample",
"version": "1.0.0",
"description": "",
"main": "test.spec.js",
"scripts": {
"test": "wdio run ./wdio.conf.js",
"report": "./node_modules/.bin/allure open"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@wdio/allure-reporter": "^7.7.3",
"@wdio/cli": "^7.7.4",
"@wdio/local-runner": "^7.7.4",
"@wdio/mocha-framework": "^7.7.4",
"@wdio/spec-reporter": "^7.7.3",
"chromedriver": "latest",
"wdio-chromedriver-service": "^7.3.2",
"selenium-webdriver": "4.10.0"
},
"dependencies": {
"allure-commandline": "^2.13.8",
"fs-extra": "^10.0.0",
"log4js": "^6.9.1",
"multi-locator": "latteart-org/multi-locator"
}
}