Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@storybook/test-runner ^0.17.0^0.24.0 age confidence

Release Notes

storybookjs/test-runner (@​storybook/test-runner)

v0.24.2

Compare Source

🐛 Bug Fix
Authors: 1

v0.24.1

Compare Source

🐛 Bug Fix
Authors: 3

v0.24.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

v0.23.0

Compare Source

🚀 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.22.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.22.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 4

v0.21.3

Compare Source

🐛 Bug Fix
Authors: 1

v0.21.2

Compare Source

🐛 Bug Fix
Authors: 1

v0.21.1

Compare Source

🐛 Bug Fix
Authors: 2

v0.21.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

v0.20.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.20.0

Compare Source

Release Notes
Feature: Run postVisit on failures (#​494)

The test-runner's postVisit hook now runs even if there are failures. This allows you to, for instance, take snapshots on component failures. You can check whether the test has failed via the hasFailure property in the context passed to the hook:

const config: TestRunnerConfig = {
  async postVisit(_page, context) {
    if(context.hasFailure) {
      console.log('problems!')
      // do a snapshot, write a log, or anything you like
    }
  },
}

🚀 Enhancement
📝 Documentation
Authors: 6

v0.19.1

Compare Source

🐛 Bug Fix
Authors: 2

v0.19.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

v0.18.2

Compare Source

🐛 Bug Fix
Authors: 3

v0.18.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.18.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 10, 2025 22:29
@vercel
Copy link
Contributor

vercel bot commented Mar 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
shoreline-docs Ignored Ignored Preview Jan 8, 2026 8:14pm

@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 6f5a68d to bb1ff5a Compare June 11, 2025 17:30
@renovate renovate bot changed the title chore(deps): update dependency @storybook/test-runner to ^0.22.0 chore(deps): update dependency @storybook/test-runner to ^0.23.0 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from bb1ff5a to aca7629 Compare August 10, 2025 13:37
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from aca7629 to ffb495f Compare August 31, 2025 11:27
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from ffb495f to 92af16d Compare September 25, 2025 16:49
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 92af16d to a53f51c Compare October 21, 2025 21:06
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from a53f51c to cbdbbda Compare October 28, 2025 22:04
@renovate renovate bot changed the title chore(deps): update dependency @storybook/test-runner to ^0.23.0 chore(deps): update dependency @storybook/test-runner to ^0.24.0 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from cbdbbda to 043e4a2 Compare October 29, 2025 11:09
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 2 times, most recently from dab3529 to 7755ebc Compare November 10, 2025 15:08
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 7755ebc to 9d02b8c Compare November 18, 2025 10:06
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 2 times, most recently from 3f8e667 to c04ab58 Compare December 3, 2025 19:43
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch 2 times, most recently from 1f15d3e to 5035316 Compare January 5, 2026 14:25
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 5035316 to 8f91643 Compare January 8, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant