bitstyles icon indicating copy to clipboard operation
bitstyles copied to clipboard

Integrate axe-playwright into storybook/test-runner

Open angelikatyborska opened this issue 1 year ago • 0 comments

Resolves https://github.com/bitcrowd/bitstyles/issues/414

This PR adds a test-storybook command that runs axe-core on all of our stories, including mdx stories. It runs this command on CI.

I fixed every single accessibility violation except for color contrasts because that requires design skills. I have disabled color contrasts checks for now so we can merge this PR.

All code changes in this PR apply to storybook only. No changes are made to the CSS produced by the library.

angelikatyborska avatar Aug 19 '24 10:08 angelikatyborska