You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storybook 7 keeps us locked into certain broken dependencies like older versions of playwright that are breaking in #274 .
Requested Change
Migrate to Storybook 8 which will also migrate to @storybook/test (instead of @storybook/test-runner and @storybook/testing-library) which will bring a newer version of playwright with it. Also, after that is done, let's update our CI workflows to run on the latest ubuntu LTS (24).
Describe the bug
Storybook 7 keeps us locked into certain broken dependencies like older versions of playwright that are breaking in #274 .
Requested Change
Migrate to Storybook 8 which will also migrate to
@storybook/test
(instead of@storybook/test-runner
and@storybook/testing-library
) which will bring a newer version of playwright with it. Also, after that is done, let's update our CI workflows to run on the latest ubuntu LTS (24).This also depends on #155.
The text was updated successfully, but these errors were encountered: