-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.12 KB
/
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
{
"name": "compl_adv",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run clean-report & npm run clean-results & npx wdio & npm run allure-generate & npm run allure-open",
"clean-results" : "node_modules/.bin/rimraf allure-results",
"clean-report" : "node_modules/.bin/rimraf allure-report",
"allure-generate": "allure generate allure-results",
"allure-open": "allure open"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"@log4js-node/log4js-api": "^1.0.2",
"@rpii/wdio-html-reporter": "^6.0.4",
"@wdio/allure-reporter": "^6.1.1",
"@wdio/cli": "^6.1.4",
"@wdio/cucumber-framework": "^6.1.1",
"@wdio/local-runner": "^6.1.4",
"@wdio/mocha-framework": "^6.1.0",
"@wdio/spec-reporter": "^6.0.16",
"@wdio/sync": "^6.1.0",
"chromedriver": "^81.0.0",
"log4js": "^6.2.1",
"rimraf": "^3.0.2",
"wdio-chromedriver-service": "^6.0.2"
}
}