-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
29 lines (29 loc) · 912 Bytes
/
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
{
"name": "wdio-automation",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "rm -Rf logs/results && mkdir logs/results && ./node_modules/.bin/wdio wdio.conf.js -l 'silent'; npm run report",
"ci": "./node_modules/.bin/wdio wdio.conf.js",
"report": "allure generate --clean logs/results && allure open",
"lint": "./node_modules/.bin/eslint \"**\""
},
"keywords": [],
"author": "Luiz Eduardo Martins",
"license": "ISC",
"devDependencies": {
"@wdio/allure-reporter": "^5.18.6",
"@wdio/cli": "^5.18.6",
"@wdio/local-runner": "^5.18.6",
"@wdio/mocha-framework": "^5.18.6",
"@wdio/sync": "^5.18.6",
"allure-commandline": "^2.13.0",
"chromedriver": "^79.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"faker": "^4.1.0",
"wdio-reportportal-reporter": "^5.2.3",
"wdio-reportportal-service": "^5.2.3"
}
}