-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.52 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
{
"name": "sscs-ccd-e2e-tests",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "webdriver-manager update",
"lint": "tslint -c tslint.json -p tsconfig.json",
"e2e": "yarn test:fullfunctional",
"test:fullfunctional": "yarn install && protractor ./e2e/features.parallel.conf.js --cucumberOpts.tags=@nightly-test",
"test:prod": "yarn install && protractor ./e2e/features.parallel.conf.js --cucumberOpts.tags=@nightly-test --cucumberOpts.tags=~@issue-decision --cucumberOpts.tags=~@uc --cucumberOpts.tags=~@reinstatement --cucumberOpts.tags=~@bundle",
"test:nsp": "nsp check"
},
"dependencies": {
"@angular/compiler": "^7.0.0",
"@angular/core": "^7.0.0",
"@hmcts/eslint-config": "^1.4.0",
"@types/chai": "^4.1.6",
"@types/cucumber": "^4.0.4",
"@types/jasmine": "^2.8.9",
"@types/node": "^10.12.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"codelyzer": "^4.5.0",
"cross-env": "^4.0.0",
"cucumber": "^5.0.2",
"faker": "^5.1.0",
"jasmine-core": "^3.2.1",
"jasmine-spec-reporter": "^4.2.1",
"moment": "^2.28.0",
"nsp": "^3.2.1",
"path": "^0.12.7",
"protractor": "^5.4.1",
"protractor-beautiful-reporter": "^1.2.5",
"protractor-cucumber-framework": "^6.1.1",
"protractor-multiple-cucumber-html-reporter-plugin": "^1.8.0",
"protractor-retry": "^1.2.13",
"puppeteer": "^1.9.0",
"rxjs": "^6.3.3",
"ts-loader": "^5.2.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
}
}