The quickstart plugin has playwright tests that include a bunch of accessibility assertions.
The tests runs runAccessibilityTests from @workspaces/quickstart/e2e-tests/utils/accessibility.ts, but failures are ignored at the moment.
- Remove the
skipViolationsAssert attribute from the options parameter of runAccessibilityTests.
- Run the expect statement always to check the validations.
- 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 quickstart plugin has playwright tests that include a bunch of accessibility assertions.
The tests runs
runAccessibilityTestsfrom@workspaces/quickstart/e2e-tests/utils/accessibility.ts, but failures are ignored at the moment.skipViolationsAssertattribute from theoptionsparameter ofrunAccessibilityTests.CI=1 yarn test:e2eand list the left over issues.