Vicky Koblinski

Results 17 comments of Vicky Koblinski

Hey, we work in a monorepo and it'd be so helpful to be able to filter the graph by directory. GitLens (or is it just built in to VSCode?) has...

https://github.com/chromaui/chromatic-cli/issues/467 This may be related.

Removing `onlyChange: true` fixed this. I guess we don't have TurboSnap configured correctly. :) [Reading through the documentation](https://www.chromatic.com/docs/turbosnap) though, I'm not sure why this is incorrect or what I'm missing....

Hmm my problem may be a little different. Mine fails when using the cli too, even after removing staticDirs. I'm working with a monorepo where my main.js is in `frontend/.storybook/main.js`...

Upon further investigation, I found what's missing. If I run this, it will work: `npx chromatic --only-changed --storybook-base-dir frontend` So the problem I have then is that in the [github...

> @VickyKoblinski @anilanar You should now be able to use `storybookBaseDir` with our GitHub Action. I've also added support for `zip` which zips up your Storybook before uploading (which is...

Alright, I tried both `storybookBaseDir: "frontend"` and `storybookBaseDir: "./frontend"` I have the same error with those. ``` TypeError [ERR_INVALID_ARG_TYPE]: The "to" argument must be of type string. Received type boolean...

Yesss, the `storybookBaseDir` is showing up correctly now. But I'm running into another error, `Did not find any CSF globs in preview-stats.json` ``` Chromatic CLI v6.3.3 https://www.chromatic.com/docs/cli Authenticating with Chromatic...

Reporting from 2022, still having this issue with Jest 27 and babel-plugin-istanbul 6.1.1 I'm using [@storybook/test-runner](https://github.com/storybookjs/test-runner) and Next.js Jest tests, and merging the reports with codecov. The problem is that...

I'd like to try this!