Skip to content

Commit

Permalink
Merge pull request #25272 from Flambe/patch-1
Browse files Browse the repository at this point in the history
Docs: Addon-A11y -  Documentation link to the docs for the test runner
  • Loading branch information
jonniebigodes authored Dec 22, 2023
2 parents 99fb196 + b85cd03 commit a2c325e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/addons/a11y/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ export const inaccessible = () => (
);
```

## Automate accessibility tests with test runner

The test runner does not apply any rules that you have set on your stories by default. You can configure the runner to correctly apply the rules by [following the guide on the Storybook docs](https://storybook.js.org/docs/writing-tests/accessibility-testing#automate-accessibility-tests-with-test-runner).

## Roadmap

- Make UI accessible
Expand Down

0 comments on commit a2c325e

Please sign in to comment.