Update code/addons/a11y/README.md

This commit is contained in:
Valentin Palkovic 2024-11-25 12:18:22 +01:00 committed by GitHub
parent 1379771a7a
commit e19095d4a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,7 +222,7 @@ In this example, all violations with an impact level of `minor` or `moderate` wi
## Integration with [Addon Test](https://storybook.js.org/docs/writing-tests/test-addon)
The a11y addon is compatible with Storybook's newest feature, [component testing](https://storybook.js.org/docs/writing-tests/component-testing). When you run component tests, the a11y addon can automatically check for accessibility issues for all of your stories in the background. If there are any violations, the test will fail, and you will see the results in the sidebar.
The a11y addon is compatible with Storybook's newest addon, [addon test](https://storybook.js.org/docs/writing-tests/test-addon). When you run component tests, the a11y addon can automatically check for accessibility issues for all of your stories in the background. If there are any violations, the test will fail, and you will see the results in the sidebar.
### Automatic setup