Anshul
Anshul
congrats man !! 💯🔥
In **loki.config.js** if I use `chrome.docker` and run `yarn loki --requireReference --reactUri file:./storybook-static` It will work fine but if I use `chrome.app` it logs this error ``` loki test v0.35.0...
you can see a patch in this https://github.com/Anxhul10/loki/tree/fix/sb9-express which is taken from this issue https://github.com/oblador/loki/issues/401 it works for me
> Hi, I just finished university and I will working on this after doing a migration to newer versions of the stack and app router for Nextjs. I already started...
better way to start would be theses issues: https://github.com/orgs/kubeslice/projects/4
Integration tests: CLI will fails due to usign sb cmd to run storybook which is outdated
getting same error in https://github.com/oblador/loki/blob/master/packages/loki/README.md#development also i tried some fix but due to multiple viewports gettign issue https://github.com/oblador/loki/issues/543
replace ```fetchFailIgnore``` in loki.config.js with this this ``` fetchFailIgnore: 'localhost:1234/get|192\\.168\\.29\\.108:6006/runtime-error', ``` . even the snapshot is taken by loki but due to network failure it fails the test
i got the same error logs , fixed by replacing ``` { ............. "tailwind": { ............. **"css": "src/app/globals.css",** ............. }, ............. } ``` in `components.json` to ``` { ............. "tailwind":...
Do we need to open this issue in the `forum-theme` or continue here ? I am unable to replicate the exact issue but there it is partially replicated . example...