-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.42 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
36
37
38
39
40
41
42
43
44
45
{
"name": "protractor_v6_mocha_ts_seed",
"version": "1.0.0",
"scripts": {
"postinstall": "webdriver-manager update --gecko false --ie false --ignore_ssl --alternate_cdn",
"test": "ts-node node_modules/protractor/bin/protractor protractor.conf.ts --disableChecks",
"posttest": "chromedriver_killer.bat",
"allure:history": "copyfiles -f \"./allure-report/history/**\" ./allure-results/history/",
"allure:report": "allure generate ./allure-results -c",
"generate:allure-report": "run-s allure:history allure:report"
},
"devDependencies": {
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2",
"@types/express": "4.17.6",
"@types/mocha": "7.0.2",
"@types/node": "12.12.42",
"@types/request-promise-native": "1.0.17",
"@types/yargs": "15.0.5",
"allure-commandline": "2.13.0",
"allure-mocha": "2.0.0-beta.7",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"copyfiles": "2.3.0",
"express": "4.17.1",
"mocha": "7.2.0",
"mocha-rp-reporter": "1.0.12",
"npm-run-all": "4.1.5",
"protractor": "7.0.0",
"protractor-puppeteer-plugin": "3.0.0",
"request-promise-native": "1.0.8",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"typescript": "3.9.5",
"yargs": "15.3.1"
},
"engines": {
"node": ">=12",
"npm": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/And93/protractor_v6_mocha_ts_seed.git"
}
}