Skip to content

chore(deps): update dependency @storybook/test-runner to ^0.20.0 - autoclosed

RenovateBot requested to merge renovate/storybook-test-runner-0.x into main

This MR contains the following updates:

Package Type Update Change
@storybook/test-runner devDependencies minor ^0.10.0 -> ^0.20.0

Release Notes

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

v0.20.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.20.0

Compare Source

Release Notes
Refactor: Align with Storybook 8.2 core package layout

This is a structural change that shouldn't really affect you. As long as you have the storybook dependency in your app (which you should), you're good! This change makes it so that the test-runner deduplicates Storybook dependencies, and therefore, slims down your node_modules size.

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

v0.16.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 4

v0.15.2

Compare Source

🐛 Bug Fix
Authors: 3

v0.15.1

Compare Source

🐛 Bug Fix
Authors: 2

v0.15.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 4

v0.14.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.14.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
📝 Documentation
Authors: 4

v0.13.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

v0.12.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 5

v0.11.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports

Loading