Skip to content

Commit

Permalink
exui-2545-enable integration tests on master pipeline (#4143)
Browse files Browse the repository at this point in the history
* enable integration tests on master pipeline

* yarn audit update

* Fixing the Failing test - hearingDates cannot be in the past.

---------

Co-authored-by: kasi-subramaniam <[email protected]>
Co-authored-by: Munish Sharma <[email protected]>
Co-authored-by: Kasi Subramaniam <[email protected]>
Co-authored-by: Andy Wilkins <[email protected]>
  • Loading branch information
5 people authored Dec 18, 2024
1 parent d279c4f commit c5ea534
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test_codecept/codeceptCommon/codecept.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let features = ''
if (testType === 'e2e' || testType === 'smoke'){
features = `../e2e/features/app/**/*.feature`
} else if (testType === 'ngIntegration'){
features = pipelineBranch === 'master' && !local ? `../ngIntegration/tests/features/**/notests.feature` : `../ngIntegration/tests/features/**/*.feature`
features = `../ngIntegration/tests/features/**/*.feature`
} else {
throw new Error(`Unrecognized test type ${testType}`);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"hearingDetails": {
"hearingType": "ABA1-ABC",
"hearingWindow": {
"dateRangeStart": "2024-12-15T00:00:00",
"dateRangeEnd": "2024-12-17T00:00:00",
"dateRangeStart": "2025-12-15T00:00:00",
"dateRangeEnd": "2025-12-17T00:00:00",
"firstDateTimeMustBe": ""
},
"duration": 125,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"autoListFlag": false,
"hearingType": "",
"hearingWindow": {
"dateRangeStart": "2024-12-15T00:00:00",
"dateRangeEnd": "2024-12-18T00:00:00",
"dateRangeStart": "2025-12-15T00:00:00",
"dateRangeEnd": "2025-12-18T00:00:00",
"firstDateTimeMustBe": ""
},
"duration": 120,
Expand Down
2 changes: 1 addition & 1 deletion yarn-audit-known-issues
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{"value":"jose","children":{"ID":1096832,"Issue":"jose vulnerable to resource exhaustion via specifically crafted JWE with compressed plaintext","URL":"https://github.com/advisories/GHSA-hhhv-q57g-882q","Severity":"moderate","Vulnerable Versions":"<2.0.7","Tree Versions":["1.28.2"],"Dependents":["openid-client@npm:3.15.10"]}}
{"value":"mermaid","children":{"ID":1100231,"Issue":"Prototype pollution vulnerability found in Mermaid's bundled version of DOMPurify","URL":"https://github.com/advisories/GHSA-m4gq-x24j-jpmf","Severity":"high","Vulnerable Versions":"<=10.9.2","Tree Versions":["10.9.1"],"Dependents":["ngx-markdown@virtual:478250b179e2f7a41962cb81e8de022adafb1a3a18c5c9a01a14fbfc1b28d5290463c48c9e2b547a1f1c34dc9b7b468a7fcd7685a99bff9367385d59331a4cd4#npm:17.2.1"]}}
{"value":"micromatch","children":{"ID":1098681,"Issue":"Regular Expression Denial of Service (ReDoS) in micromatch","URL":"https://github.com/advisories/GHSA-952p-6rrq-rcjv","Severity":"moderate","Vulnerable Versions":"<4.0.8","Tree Versions":["4.0.5"],"Dependents":["ts-auto-mock@virtual:47d5ed902c7aeff3218f5fe00effdd13bc9a4b29d3c3d30b343c077b14efc7a009d2a08f714b196b2662be893620abe8d9650ca096495ae5b807aac8d7981afb#npm:3.7.3"]}}
{"value":"nanoid","children":{"ID":1101092,"Issue":"Infinite loop in nanoid","URL":"https://github.com/advisories/GHSA-mwcw-c2x4-8c55","Severity":"low","Vulnerable Versions":"<3.3.8","Tree Versions":["2.1.11","3.3.7"],"Dependents":["postcss@npm:8.4.39","shortid@npm:2.2.16"]}}
{"value":"nanoid","children":{"ID":1101163,"Issue":"Predictable results in nanoid generation when given non-integer values","URL":"https://github.com/advisories/GHSA-mwcw-c2x4-8c55","Severity":"moderate","Vulnerable Versions":"<3.3.8","Tree Versions":["2.1.11","3.3.7"],"Dependents":["postcss@npm:8.4.39","shortid@npm:2.2.16"]}}
{"value":"npmlog","children":{"ID":"npmlog (deprecation)","Issue":"This package is no longer supported.","Severity":"moderate","Vulnerable Versions":"6.0.2","Tree Versions":["6.0.2"],"Dependents":["node-gyp@npm:9.4.0"]}}
{"value":"passport","children":{"ID":1093639,"Issue":"Passport vulnerable to session regeneration when a users logs in or out","URL":"https://github.com/advisories/GHSA-v923-w3x8-wh69","Severity":"moderate","Vulnerable Versions":"<0.6.0","Tree Versions":["0.5.3"],"Dependents":["@hmcts/rpx-xui-node-lib@npm:2.29.6"]}}
{"value":"path-to-regexp","children":{"ID":1101081,"Issue":"Unpatched `path-to-regexp` ReDoS in 0.1.x","URL":"https://github.com/advisories/GHSA-rhx6-c78j-4q9w","Severity":"moderate","Vulnerable Versions":"<0.1.12","Tree Versions":["0.1.10"],"Dependents":["express@npm:4.21.1"]}}
Expand Down

0 comments on commit c5ea534

Please sign in to comment.