Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@storybook/test-runner ^0.16.0 -> ^0.23.0 age confidence

Release Notes

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

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

v0.17.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Authors: 6


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.

Copy link

changeset-bot bot commented Apr 5, 2024

⚠️ No Changeset found

Latest commit: 3a340f5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from b90aa23 to 4e2d28a Compare May 9, 2024 09:56
@renovate renovate bot changed the title chore(deps): update dependency @storybook/test-runner to ^0.17.0 chore(deps): update dependency @storybook/test-runner to ^0.18.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 4e2d28a to 50d6917 Compare June 22, 2024 13:18
@renovate renovate bot changed the title chore(deps): update dependency @storybook/test-runner to ^0.18.0 chore(deps): update dependency @storybook/test-runner to ^0.19.0 Jun 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency @storybook/test-runner to ^0.19.0 chore(deps): update dependency @storybook/test-runner to ^0.20.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 50d6917 to 5c0ebf1 Compare November 28, 2024 11:39
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 5c0ebf1 to 24c0ac1 Compare December 20, 2024 10:58
@renovate renovate bot changed the title chore(deps): update dependency @storybook/test-runner to ^0.20.0 chore(deps): update dependency @storybook/test-runner to ^0.21.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from 24c0ac1 to e38167a Compare February 28, 2025 12:06
@renovate renovate bot changed the title chore(deps): update dependency @storybook/test-runner to ^0.21.0 chore(deps): update dependency @storybook/test-runner to ^0.22.0 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/storybook-test-runner-0.x branch from e38167a to 3a340f5 Compare June 11, 2025 16:03
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants