-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
101 lines (101 loc) · 9.41 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "BackOffice",
"description": "End to End test for Probate Back Office",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"lint": "NODE_PATH=. eslint .",
"eslint": "NODE_PATH=. eslint .",
"eslint-src": "NODE_PATH=. eslint ./src",
"eslint-test": "NODE_PATH=. eslint ./src/test",
"test-e2e": "NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run -c ./src/test/end-to-end/ --steps",
"test-crossbrowser-e2e": "NODE_PATH=. codeceptjs run-multiple ${BROWSER_GROUP:-'--all'} -c src/test/end-to-end/saucelabs.conf.js --plugins retryFailedStep --steps --grep '@crossbrowser' --reporter mocha-multi",
"test:functional": "yarn playwright install && NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run-workers 3 -c ./src/test/end-to-end/ --reporter mocha-multi",
"test:fullfunctional-pr": "E2E_TEST_PATH='./paths/**/pr_specific/*.js' ./bin/run-e2e-tests.sh",
"test:fullfunctional": "E2E_TEST_PATH='./paths/**/*.js' ./bin/run-e2e-tests.sh",
"test:fullfunctional-cw": "E2E_TEST_PATH='./paths/caseworker/*.js' ./bin/run-e2e-tests.sh",
"test:crossbrowser": "./bin/run-crossbrowser-tests.sh",
"dev-scripts-comment": "Developer scripts for running/debugging a single test locally are specified below.",
"setup-wiremocks": "./bin/wiremock.sh",
"test-e2e-caveat": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/pr_specific/caveatPath.js -c ./src/test/end-to-end/ --steps",
"test-e2e-caveat3": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/caveatPath3.js -c ./src/test/end-to-end/ --steps",
"test-e2e-grantOfProbate": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/grantOfProbatePath.js -c ./src/test/end-to-end/ --steps",
"test-e2e-grantOfProbatePathEECwEx": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/pr_specific/grantOfProbatePathEECwEx.js -c ./src/test/end-to-end/ --steps",
"test-e2e-grantOfProbatePathEECwNonEx": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=true node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/pr_specific/grantOfProbatePathEECwNonEx.js -c ./src/test/end-to-end/ --steps",
"test-e2e-grantOfProbateProbateManCaseMatch": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/grantOfProbateProbateManCaseMatchPath.js -c ./src/test/end-to-end/ --steps",
"test-e2e-grantOfProbate-sol": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker_xui_issues/grantOfProbateSolPath.js -c ./src/test/end-to-end/ --steps",
"test-e2e-grantOfProbate-sol-non-trust": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker_xui_issues/grantOfProbateSolPath-NonTrust.js -c ./src/test/end-to-end/ --steps",
"test-e2e-grantOfProbate-sol-paper-form-yes": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker_xui_issues/grantOfProbateSolPath-PaperFormYes.js -c ./src/test/end-to-end/ --steps",
"test-e2e-gop-sol-create-cw-amend": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/multiuser/gopApplyAsSolAmendAsCw.js -c ./src/test/end-to-end/ --steps",
"test-e2e-willLodgement": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/willLodgementPath.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-applyCaveat": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/pr_specific/applyCaveat.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-grantOfProbate": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/applyGrantOfProbateSingleExecutor.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-grantOfProbateEE": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/pr_specific/applyGrantOfProbateSingleExecutorEE.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-grantOfProbateNotNamedApplying": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/applyGrantOfProbateSingleExecNotNamedApplying.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-grantOfProbateNotNamedApplyingEE": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/applyGrantOfProbateSingleExecNotNamedApplyingEE.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-grantOfProbateMulti": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/pr_specific/applyGrantOfProbateMultiExecutor.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-grantOfProbateMultiEE": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/pr_specific//applyGrantOfProbateMultiExecutorEE.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-gorNoWill": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/applyGrantOfProbateNoWill.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-gorNoWillEE": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/pr_specific/applyGrantOfProbateNoWillEE.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-gorWillAnnexed": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/applyGrantOfProbateWillLeftAnnexed.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-gorWillAnnexedEE": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/applyGrantOfProbateWillLeftAnnexedEE.js -c ./src/test/end-to-end/ --steps",
"test-e2e-sol-gorWillAnnexedFailure": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/applyGrantOfProbateWillLeftAnnexedFailure.js -c ./src/test/end-to-end/ --steps",
"test-e2e-shareCase": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/applyShareCase.js -c ./src/test/end-to-end/ --steps",
"test-e2e-caseProgressStopEscalateIssue": "E2E_TEST_PATH=./paths/caseprogress/caseProgressStopEscalateIssuePath.js E2E_TEST_TIME_TO_WAIT_FOR_TEXT=0 E2E_AUTO_DELAY_ENABLED=false BO_E2E_TEST_ACTION_WAIT_TIME=0 NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run -c ./src/test/end-to-end/ --steps",
"test-e2e-noticeOfChangeGOP": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/pr_specific/applyNOCPPToPPGrantOfProbate.js -c ./src/test/end-to-end/ --steps",
"test-e2e-noticeOfChangeCaveat": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/solicitor/pr_specific/applyNOCPPToPPCaveat.js -c ./src/test/end-to-end/ --steps",
"test-e2e-caseProgressStandard": "E2E_TEST_PATH=./paths/caseprogress/pr_specific/caseProgressStandardPath.js E2E_TEST_TIME_TO_WAIT_FOR_TEXT=0 E2E_AUTO_DELAY_ENABLED=false BO_E2E_TEST_ACTION_WAIT_TIME=0 NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run -c ./src/test/end-to-end/ --steps",
"test-e2e-caseProgressReenter": "E2E_TEST_PATH=./paths/caseprogress/caseProgressReenterPath.js E2E_TEST_TIME_TO_WAIT_FOR_TEXT=0 E2E_AUTO_DELAY_ENABLED=false BO_E2E_TEST_ACTION_WAIT_TIME=0 NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run -c ./src/test/end-to-end/ --steps --reporter mochawesome",
"test-e2e-caseProgressAppStopped": "E2E_TEST_PATH=./paths/caseprogress/caseProgressApplicationStoppedPath.js E2E_TEST_TIME_TO_WAIT_FOR_TEXT=0 E2E_AUTO_DELAY_ENABLED=false BO_E2E_TEST_ACTION_WAIT_TIME=0 NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run -c ./src/test/end-to-end/ --steps --reporter mochawesome",
"fortifyScan": "./gradlew -p ./ fortifyScan"
},
"dependencies": {
"@date-fns/upgrade": "^1.0.3",
"html_codesniffer": "^2.5.1",
"require-directory": "^2.1.1"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"chai": "^4.1.0",
"chai-http": "^4.3.0",
"chai-string": "^1.5.0",
"codeceptjs": "^3.4.0",
"date-fns": "^2.21.3",
"eslint": "^7.22.0",
"eslint-plugin-mocha": "^8.0.0",
"istanbul": "^0.4.5",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.5",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi": "^1.1.3",
"mochawesome": "^7.1.3",
"moment": "^2.29.1",
"nock": "^13.0.7",
"nodemon": "^2.0.7",
"nsp": "^3.2.1",
"pa11y": "^5.3.0",
"phantomjs-prebuilt": "^2.1.13",
"playwright": "^1.23.2",
"proxyquire": "^2.1.3",
"rewire": "^5.0.0",
"selenium-standalone": "^8.3",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"sonar-scanner": "^3.1.0",
"sonarqube-scanner": "^2.8.0",
"superagent-proxy": "^3.0.0",
"supertest": "^6.1.3",
"unirest": "^0.6.0",
"uuid": "^8.3.2",
"watch": "^1.0.2",
"webdriverio": "^7.30.2",
"when": "^3.7.7"
},
"resolutions": {
"http-cache-semantics": ">=4.1.1"
},
"packageManager": "[email protected]"
}