abhinaba-ghosh / axe-playwright

:wheelchair:: Custom commands for Playwright to run accessibility (a11y) checks with axe-core
https://www.npmjs.com/package/axe-playwright
MIT License
190 stars 20 forks source link

This package versus @axe-core/playwright? #215

Open tstewart15 opened 1 year ago

tstewart15 commented 1 year ago

Hello, @abhinaba-ghosh !

I discovered your package via the Storybook docs and Blog post and am interested in adopting in my team 👍

I'm curious though about the differences in goals/direction/functionality of this package versus @axe-core/playwright.

Are both this package and @axe-core/playwright interoperable with Storybook as documented? Is the goal to eventually deprecate this package in favor of @axe-core/playwright?

Perhaps this could be called out in the README.

Thanks!

abhinaba-ghosh commented 1 year ago

No. This will always be maintained and new features will be updated. We are internally using it for many usecases that axe doesn't provide out of the box.

tstewart15 commented 1 year ago

Awesome, thanks! Would you mention this in the README, including the use-cases that this package covers which axe-core's doesn't?