The homepage plugins has playwright tests that include a bunch of accessibility assertions.
The tests runs runAccessibilityTests from @workspaces/homepage/e2e-tests/utils/accessibility.ts, but some violations was ignored at the moment. The are filtered out via getFilteredViolations.
- Remove the accessibility violation filter
getFilteredViolations and its usage in runAccessibilityTests.
- Run the playwright tests via
CI=1 yarn test:e2e and list the left over issues.
- Try to resolve these issues in the code base. When unsure, or not all issues can be removed, create a PR anyway.
The homepage plugins has playwright tests that include a bunch of accessibility assertions.
The tests runs
runAccessibilityTestsfrom@workspaces/homepage/e2e-tests/utils/accessibility.ts, but some violations was ignored at the moment. The are filtered out viagetFilteredViolations.getFilteredViolationsand its usage inrunAccessibilityTests.CI=1 yarn test:e2eand list the left over issues.