-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 938 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
30
31
32
33
34
35
{
"name": "e2eWeb",
"version": "1.0.0",
"license": "ISC",
"scripts": {
"pretest": "tslint -p tsconfig.json",
"test": "wdio",
"test:teamcity": "wdio wdio.teamcity.conf.js",
"test:jenkins": "wdio wdio.jenkins.conf.js",
"allure:report": "allure generate allure-results --clean"
},
"engines": {
"node": ">=8.9.1",
"npm": ">=5.7.1"
},
"engineStrict": true,
"dependencies": {
"@types/mocha": "5.2.5",
"@types/webdriverio": "4.13.0",
"mocha": "5.2.0",
"ts-node": "7.0.1",
"tsconfig-paths": "3.7.0",
"tslint": "5.12.0",
"typescript": "3.2.2",
"allure-commandline": "2.8.1",
"wdio-allure-reporter": "0.8.3",
"wdio-dot-reporter": "0.0.10",
"wdio-junit-reporter": "0.4.4",
"wdio-mocha-framework": "0.6.4",
"wdio-selenium-standalone-service": "0.0.12",
"wdio-sync": "0.7.3",
"wdio-teamcity-reporter": "1.1.1",
"webdriverio": "4.14.1"
}
}