Skip to content

Conversation

@lukePeavey
Copy link
Owner

@lukePeavey lukePeavey commented Nov 28, 2023

  • Upgrade Storybook 7.6.3
  • Upgrade all other dev dependencies to latest version
  • Switch from yarn to npm

Migrating to storybook 7.6.3

Several of the testing libraries that we were using are no longer supported. The Storyshots addon and associated packages are no longer supported. I had to remove the existing browser tests that were written with storyshots and puppeteer. These will have to be rewritten using storybooks test runner API.

- Migrate from storybook 6 to 7
- switch from yarn to npm
- Upgrade all storybook and associated packages to latest (7.6.3)

- Upgrade to jest 29

- Upgrade all other dependencies to latest
Migrated stories to 7.6.3.

The storyshots addon is no longer supported.  I had to remove our
existing tests which relied on storyshots and puppeteer.  These tests
will have to be rewritten using storybook's new test-runner API.
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.

2 participants