Skip to content

Commit 428814b

Browse files
committed
(#194)(#429) Add Playwright Accessibility packages
This adds packages for Playwright that will enable accessibility tests using Axe to be ran. These tests will automatically check for WCAG several WCAG violations.
1 parent 3cfef55 commit 428814b

File tree

2 files changed

+207
-127
lines changed

2 files changed

+207
-127
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"ws": "^8.17.1"
8080
},
8181
"dependencies": {
82+
"@axe-core/playwright": "^4.10.1",
8283
"@eonasdan/tempus-dominus": "^6.9.9",
8384
"@eslint/eslintrc": "^3.1.0",
8485
"@eslint/js": "^9.11.1",
@@ -91,6 +92,7 @@
9192
"@typescript-eslint/eslint-plugin": "^7.2.0",
9293
"@typescript-eslint/parser": "^7.2.0",
9394
"abp-web-resources": "^5.9.2",
95+
"axe-html-reporter": "^2.2.11",
9496
"block-ui": "^2.70.1",
9597
"bootstrap": "5.3.3",
9698
"chartist": "^0.11.4",

0 commit comments

Comments
 (0)