Skip to content

chore(deps-dev): bump @storybook/test-runner from 0.22.1 to 0.23.0#7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook/test-runner-0.23.0
Open

chore(deps-dev): bump @storybook/test-runner from 0.22.1 to 0.23.0#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook/test-runner-0.23.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps @storybook/test-runner from 0.22.1 to 0.23.0.

Release notes

Sourced from @​storybook/test-runner's releases.

v0.23.0

🚀 Enhancement

In Storybook 9, the accessibility addon has been enhanced with automated reporting capabilities and the Test-runner has out of the box support for it. If you have @storybook/addon-a11y installed, as long as you enable them via parameters, you will get a11y checks for every story:

// .storybook/preview.ts
const preview = {
parameters: {
a11y: {
// 'error' will cause a11y violations to fail tests
test: 'error', // or 'todo' or 'off'
},
},
};
export default preview;

If you had a11y tests set up previously for Storybook 8 (using axe-playwright and the test-runner hooks), you can uninstall axe-playwright and remove all the code from the test-runner hooks, as they are not necessary anymore.

🐛 Bug Fix

Authors: 2

v0.23.0-next.4

🐛 Bug Fix

Authors: 1

v0.23.0-next.3

🐛 Bug Fix

Authors: 1

... (truncated)

Changelog

Sourced from @​storybook/test-runner's changelog.

v0.23.0 (Wed Jun 11 2025)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2026
Bumps [@storybook/test-runner](https://github.com/storybookjs/test-runner) from 0.22.1 to 0.23.0.
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/next/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.22.1...v0.23.0)

---
updated-dependencies:
- dependency-name: "@storybook/test-runner"
  dependency-version: 0.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook/test-runner-0.23.0 branch from abd3117 to 13983de Compare May 14, 2026 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants