We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StoryWright fails, producing the following output:
$ storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true ================ StoryWright params ================= Storybook url = file:////.../dist/storybook Screenshot destination path = dist/screenshots Browsers = chromium Headless = true Concurrency = 4 Cores available on system = 16 SkipSteps = false WaitTimeScreenshot = 500 Parse DOM = false Compress DOM = false ================ Starting story right execution ================= StoryWright processor started @ 2024-07-25T13:04:40.569Z Starting browser test for chromium ** ERROR ** Error: page.evaluate: Error: extract called before initialization at StoryStore.extract (file:///.../dist/storybook/sb-preview/runtime.js:47:11685) at StoryStore.raw (file:///.../dist/storybook/sb-preview/runtime.js:47:13415) at ClientApi.raw (file:///.../dist/storybook/sb-preview/runtime.js:79:408) at eval (eval at evaluate (:226:30), <anonymous>:1:28) at eval (<anonymous>) at UtilityScript.evaluate (<anonymous>:226:30) at UtilityScript.<anonymous> (<anonymous>:1:44) Closing process !! StoryWright took 0 secs to complete. StoryWright processor completed @ 2024-07-25T13:04:40.959Z
Opting out of on-demand story loading somewhat works, although it is not a default setting and it's not documented in StoryWright documentation.
StoryWright should successfully capture screenshots for stories using a standard Storybook v7+ configuration.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce:
Actual Result:
StoryWright fails, producing the following output:
Opting out of on-demand story loading somewhat works, although it is not a default setting and it's not documented in StoryWright documentation.
Expected Result
StoryWright should successfully capture screenshots for stories using a standard Storybook v7+ configuration.
The text was updated successfully, but these errors were encountered: