The extension plugin has playwright tests that include a bunch of accessibility assertions.
The tests runs runAccessibilityTests from @workspaces/extensions/e2e-tests/utils/accessibility.ts, but failures are ignored at the moment.
- Remove the
options parameter with the skipFailures flag and run the expect statement always.
- 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 extension plugin has playwright tests that include a bunch of accessibility assertions.
The tests runs
runAccessibilityTestsfrom@workspaces/extensions/e2e-tests/utils/accessibility.ts, but failures are ignored at the moment.optionsparameter with theskipFailuresflag and run the expect statement always.CI=1 yarn test:e2eand list the left over issues.