This repository was archived by the owner on Sep 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit 5324cb1
authored
Bump @storybook/test-runner from 0.22.1 to 0.23.0 (#13778)
Bumps
[@storybook/test-runner](https://github.com/storybookjs/test-runner)
from 0.22.1 to 0.23.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/test-runner/releases"><code>@storybook/test-runner</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.23.0</h2>
<h4>🚀 Enhancement</h4>
<p>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 <code>@storybook/addon-a11y</code>
installed, as long as you enable them via parameters, you will get a11y
checks for every story:</p>
<pre lang="ts"><code>// .storybook/preview.ts
<p>const preview = {
parameters: {
a11y: {
// 'error' will cause a11y violations to fail tests
test: 'error', // or 'todo' or 'off'
},
},
};</p>
<p>export default preview;
</code></pre></p>
<p>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.</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Add telemetry to test run <a
href="https://redirect.github.com/storybookjs/test-runner/pull/566">#566</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
<li>fix a11y report checking bug <a
href="https://redirect.github.com/storybookjs/test-runner/pull/562">#562</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
<li>Fix: Support a11y disable parameter <a
href="https://redirect.github.com/storybookjs/test-runner/pull/558">#558</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
<li>Replace <code>@storybook/csf</code> with storybook's internal csf
implementation <a
href="https://redirect.github.com/storybookjs/test-runner/pull/556">#556</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
</ul>
<h4>Authors: 2</h4>
<ul>
<li>Tom Coleman (<a
href="https://github.com/tmeasday"><code>@tmeasday</code></a>)</li>
<li>Yann Braga (<a
href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
</ul>
<h2>v0.23.0-next.4</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Add telemetry to test run <a
href="https://redirect.github.com/storybookjs/test-runner/pull/566">#566</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Yann Braga (<a
href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
</ul>
<h2>v0.23.0-next.3</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>fix a11y report checking bug <a
href="https://redirect.github.com/storybookjs/test-runner/pull/562">#562</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/test-runner/blob/v0.23.0/CHANGELOG.md"><code>@storybook/test-runner</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>v0.23.0 (Wed Jun 11 2025)</h1>
<h4>🚀 Enhancement</h4>
<ul>
<li>Release v0.23.0 <a
href="https://redirect.github.com/storybookjs/test-runner/pull/568">#568</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a> <a
href="https://github.com/tmeasday"><code>@tmeasday</code></a>)</li>
<li>Add out of the box support for a11y tests <a
href="https://redirect.github.com/storybookjs/test-runner/pull/557">#557</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Add telemetry to test run <a
href="https://redirect.github.com/storybookjs/test-runner/pull/566">#566</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
<li>fix a11y report checking bug <a
href="https://redirect.github.com/storybookjs/test-runner/pull/562">#562</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
<li>Fix: Support a11y disable parameter <a
href="https://redirect.github.com/storybookjs/test-runner/pull/558">#558</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
<li>Replace <code>@storybook/csf</code> with storybook's internal csf
implementation <a
href="https://redirect.github.com/storybookjs/test-runner/pull/556">#556</a>
(<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
</ul>
<h4>Authors: 2</h4>
<ul>
<li>Tom Coleman (<a
href="https://github.com/tmeasday"><code>@tmeasday</code></a>)</li>
<li>Yann Braga (<a
href="https://github.com/yannbf"><code>@yannbf</code></a>)</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/test-runner/commit/a26a08101ceb2c9972a3a5ec75f36ed30076811d"><code>a26a081</code></a>
Bump version to: 0.23.0 [skip ci]</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/0e24a8e45e35aa77ee978dbf27feadb0414653d3"><code>0e24a8e</code></a>
Update CHANGELOG.md [skip ci]</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/853b4afa6dfe71529118052bac566f0624a98e9b"><code>853b4af</code></a>
Merge pull request <a
href="https://redirect.github.com/storybookjs/test-runner/issues/568">#568</a>
from storybookjs/release/v0.23.0</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/bee7c621d3257e5ec8bad080fc8e25298d8536a4"><code>bee7c62</code></a>
fix</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/1461a1e3bf81a915e13cd588c8299c5b9cb3e61d"><code>1461a1e</code></a>
remove ts-ignore</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/999ed4d28c25eecb561b66339d1f2c98ece3590e"><code>999ed4d</code></a>
minor fix</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/cf526317d9e4c60874e5cad3f83fa69831db6cb0"><code>cf52631</code></a>
add contributing guide</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/d2cd954f06b1d6c900329bed4b697926930a9d26"><code>d2cd954</code></a>
Merge branch 'main' into release/v0.23.0</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/3b3ebeb150cbf5da08f1c0ecab27b6fcd6f4bf07"><code>3b3ebeb</code></a>
Merge pull request <a
href="https://redirect.github.com/storybookjs/test-runner/issues/566">#566</a>
from storybookjs/telemetry-next</li>
<li><a
href="https://github.com/storybookjs/test-runner/commit/8dec3cc15ef878e5b4a67460dadc16111485c6ce"><code>8dec3cc</code></a>
Add telemetry to test run</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/test-runner/compare/v0.22.1...v0.23.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3474069 commit 5324cb1Copy full SHA for 5324cb1
File tree
Expand file treeCollapse file tree
2 files changed
+96
-82
lines changedFilter options
- polaris-react
Expand file treeCollapse file tree
2 files changed
+96
-82
lines changed
0 commit comments