Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Playwright #3897

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"@angular/platform-browser-dynamic": "^17.3.6",
"@angular/router": "^17.3.6",
"@angular/ssr": "^17.3.6",
"@axe-core/playwright": "^4.9.1",
"@cucumber/cucumber": "^10.8.0",
"@edium/fsm": "^2.1.2",
"@hmcts/ccd-case-ui-toolkit": "7.0.64",
Expand All @@ -114,6 +115,7 @@
"@nicky-lenaers/ngx-scroll-to": "^14.0.0",
"accessibility-checker": "^3.1.70",
"applicationinsights": "1.7.2",
"axe-html-reporter": "^2.2.3",
"axios": "^1.6.8",
"axios-mock-adapter": "^1.22.0",
"class-transformer": "^0.3.2",
Expand Down
42 changes: 41 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,17 @@ __metadata:
languageName: node
linkType: hard

"@axe-core/playwright@npm:^4.9.1":
version: 4.10.0
resolution: "@axe-core/playwright@npm:4.10.0"
dependencies:
axe-core: ~4.10.0
peerDependencies:
playwright-core: ">= 1.0.0"
checksum: cba9b7f625c8ed510e661d8d014f7e924fb85175b918b818cb808eec848c3e8a2cbbe2960ccf8dd4b9f84a4a4ea33eeeace48de2560a4a5777dd0ee6281d0c81
languageName: node
linkType: hard

"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.22.13":
version: 7.22.13
resolution: "@babel/code-frame@npm:7.22.13"
Expand Down Expand Up @@ -8019,6 +8030,24 @@ __metadata:
languageName: node
linkType: hard

"axe-core@npm:~4.10.0":
version: 4.10.0
resolution: "axe-core@npm:4.10.0"
checksum: 7eca827fd8d98d7e4b561df65437be608155c613d8f262ae9e4a6ade02c156c7362dcbc3f71b4b526edce686f7c686280236bcff1d6725e2ef8327def72a8c41
languageName: node
linkType: hard

"axe-html-reporter@npm:^2.2.3":
version: 2.2.11
resolution: "axe-html-reporter@npm:2.2.11"
dependencies:
mustache: ^4.0.1
peerDependencies:
axe-core: ">=3"
checksum: f2743a43a46a24078b7d199f474957a7170e822972cb7aa0bc3cbb0c2765c348e33d8697f147070b3dc944c06d479197cd05347ee46170292beabba118a05e43
languageName: node
linkType: hard

"axios-mock-adapter@npm:^1.22.0":
version: 1.22.0
resolution: "axios-mock-adapter@npm:1.22.0"
Expand Down Expand Up @@ -18517,6 +18546,15 @@ __metadata:
languageName: node
linkType: hard

"mustache@npm:^4.0.1":
version: 4.2.0
resolution: "mustache@npm:4.2.0"
bin:
mustache: bin/mustache
checksum: 928fcb63e3aa44a562bfe9b59ba202cccbe40a46da50be6f0dd831b495be1dd7e38ca4657f0ecab2c1a89dc7bccba0885eab7ee7c1b215830da765758c7e0506
languageName: node
linkType: hard

"mutable-div@npm:^2.0.0":
version: 2.0.0
resolution: "mutable-div@npm:2.0.0"
Expand Down Expand Up @@ -21967,6 +22005,7 @@ __metadata:
"@angular/platform-browser-dynamic": ^17.3.6
"@angular/router": ^17.3.6
"@angular/ssr": ^17.3.6
"@axe-core/playwright": ^4.9.1
"@cucumber/cucumber": ^10.8.0
"@edium/fsm": ^2.1.2
"@hmcts/ccd-case-ui-toolkit": 7.0.64
Expand Down Expand Up @@ -22015,6 +22054,7 @@ __metadata:
accessibility-checker: ^3.1.70
allure-js-commons: ^2.11.1
applicationinsights: 1.7.2
axe-html-reporter: ^2.2.3
axios: ^1.6.8
axios-mock-adapter: ^1.22.0
base-64: ^0.1.0
Expand Down Expand Up @@ -24691,7 +24731,7 @@ __metadata:

"typescript@patch:typescript@~5.4.5#~builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=f3b441"
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=29ae49"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down