feat: run Playwright accessibility scan on pull requests - #1580
Conversation
|
cc @Vaivaswat2244 if you have any thoughts on this one too, please share! |
|
Hi folks! Thank you @coseeian for putting this up. Its really helpful. The CI vs local split in the config reads clean. I looked at the report in your last run's artifact. The two tests took about 3s each, but the whole Playwright run was 425s. So roughly 422s of it is
|
|
One more thing I had in mind, since the build is almost all of the runtime, scanning a few more pages only costs a few seconds each.A reference page, a tutorial page and a listing page would cover markup the homepage won't. It's just extra On that, I'd suggest |
Goal
This PR wires the existing Playwright + axe-core a11y suite into CI so regressions get caught on PRs.
Notes for reviewers