-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 884 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 884 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
{
"name": "wdio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node run-all.js",
"preserve-history": "node preserve-history.js",
"clean-results": "rimraf allure-results",
"copy-configs": "node copy-configs.js",
"run-wdio": "wdio run ./wdio.conf.js",
"generate-report": "npx allure generate allure-results --clean",
"open-report": "npx allure open",
"update-wdio": "npx npm-check-updates -u && npm install"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@wdio/allure-reporter": "^9.23.2",
"@wdio/cli": "^9.23.2",
"@wdio/local-runner": "^9.23.2",
"@wdio/mocha-framework": "^9.23.2",
"@wdio/spec-reporter": "^9.23.2",
"allure-commandline": "^2.36.0",
"cpy": "^12.1.0",
"dotenv": "^17.2.3",
"rimraf": "^6.1.2"
}
}