feat(a11y): add axe-core WCAG 2.1 AA regression scans (AX1-AX5) and fix active filter button contrast

This commit is contained in:
2026-06-20 20:49:33 +02:00
parent d9f99af1cb
commit 5cfd3a8d85
4 changed files with 53 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@
"test:ui": "playwright test"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.3",
"@playwright/test": "^1.48.0"
}
}