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
$ npm run loki
> [email protected] loki
> loki --diffingEngine looks-same --chromeTolerance 3 --chromeRetries 5 --chromeConcurrency 2 --reactUri file:./storybook-static --chromeFlags="--disable-web-security --hide-scrollbars --headless"
loki test v0.35.0
(node:25052) NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.
SDK releases are limited to address critical bug fixes and security issues only.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the blog post at https://a.co/cUPnyil
(Use `node --trace-warnings ...` to show where the warning was created)
FAIL chrome.app
Fetching stories
Failed fetching stories because the server is down
Try starting it with "yarn storybook" or pass the --port or --host
arguments if it's not running at http://192.168.251.14:10214
Some visual tests failed to run
Additional info
Loki works with running storybook (not static). Problem only with static-storybook.
Loki 0.31.1 works with Storybook 7.6.17
Loki 0.31.1 does not works with Storybook 8.5.7
Loki 0.35.1 does not works with Storybook 7.6.17
Loki 0.35.1 does not works with Storybook 8.5.7
Tested with Node v22.14.0.
(in different versions combination error changes)
Looks like #503 does not fixed for storybook-static.
The text was updated successfully, but these errors were encountered:
@PFight if you serve your static-storybook with http-server for example like this: pnpm http-server ./storybook-static --port 6006 is it being served? and then when you try to run for example pnpm loki test does it work for you?
Latest Loki 0.35.1 don't work with latest Storybook 8.5.7 in CI mode (--reactUri file:./storybook-static)
Repro
https://github.com/PFight/loki-storybook8-fail
Steps to reproduce
Error
Additional info
Loki works with running storybook (not static). Problem only with static-storybook.
Loki 0.31.1 works with Storybook 7.6.17
Loki 0.31.1 does not works with Storybook 8.5.7
Loki 0.35.1 does not works with Storybook 7.6.17
Loki 0.35.1 does not works with Storybook 8.5.7
Tested with Node v22.14.0.
(in different versions combination error changes)
Looks like #503 does not fixed for storybook-static.
The text was updated successfully, but these errors were encountered: