microsoft / storywright

Capture screenshots for React Storybook using Playwright
MIT License
48 stars 9 forks source link

Storywright silently fails with Storybook 8 #65

Open NotWoods opened 5 months ago

NotWoods commented 5 months ago

Storywright relies on the deprecated __STORYBOOK_CLIENT_API__?.raw() to get a list of stories. In Storybook 8 this already deprecated API was removed. Rather than throwing, Storywright just silently falls back to an empty array and makes the error hard to notice.

chiItepin commented 6 days ago

Hi @NotWoods have you found a way to run storywright with storybook 8?