-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathyarn-error.log
123 lines (115 loc) · 9.47 KB
/
yarn-error.log
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Arguments:
/usr/local/bin/node /usr/local/bin/yarn install
PATH:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/hrishikesh.gawde/Desktop/probate-back-office/node_modules/.bin
Yarn version:
1.22.18
Node version:
16.15.1
Platform:
darwin x64
Trace:
SyntaxError: /Users/hrishikesh.gawde/Desktop/probate-back-office/package.json: Unexpected token , in JSON at position 8420
at JSON.parse (<anonymous>)
at /usr/local/lib/node_modules/yarn/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:310:30)
at /usr/local/lib/node_modules/yarn/lib/cli.js:321:13
npm manifest:
{
"name": "BackOffice",
"description": "End to End test for Probate Back Office",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=8.9"
},
"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": "NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run-multiple parallel -c ./src/test/end-to-end/ --steps --reporter mochawesome",
"test:fullfunctional": "./bin/run-e2e-tests.sh",
"test:fullfunctional-cw": "./bin/run-e2e-tests-cw.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/caveatPath.js -c ./src/test/end-to-end/ --steps",
"test-e2e-caveat2": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/caveatPath2.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-caveat4": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/caveatPath4.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-grantOfProbateEE": "NODE_PATH=. E2E_AUTO_DELAY_ENABLED=false node ./node_modules/codeceptjs/bin/codecept.js run paths/caseworker/grantOfProbatePathEE.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/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/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/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/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/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-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-multiple parallel -c ./src/test/end-to-end/ --steps --reporter mochawesome",
"test-e2e-caseProgressStandard": "E2E_TEST_PATH=./paths/caseprogress/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 --reporter mochawesome",
"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": {
"chai": "^4.1.0",
"chai-http": "^4.0.0",
"chai-string": "^1.5.0",
"codeceptjs": "^3.0.5",
"date-fns": "^2.21.3",
"eslint": "^7.22.0",
"eslint-plugin-mocha": "^8.0.0",
"istanbul": "^0.4.5",
"mocha": "^8.3.0",
"mocha-jenkins-reporter": "^0.4.5",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi": "^1.1.3",
"mochawesome": "^6.2.2",
"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",
"proxyquire": "^2.1.3",
"playwright": "^1.23.2",,
"rewire": "^5.0.0",
"selenium-standalone": "^6.23.0",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"sonar-scanner": "^3.1.0",
"sonarqube-scanner": "^2.8.0",
"superagent-proxy": "^2.1.0",
"supertest": "^6.1.3",
"unirest": "^0.6.0",
"uuid": "^8.3.2",
"watch": "^1.0.1",
"webdriverio": "^7.0.7",
"when": "^3.7.7"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile