chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
31 stars 2 forks source link

Prevent stories from targeting production API and upgrade GraphQL & MSW #135

Closed ghengeveld closed 10 months ago

ghengeveld commented 10 months ago

Overrides CHROMATIC_API_URL in Storybook to /api, to keep stories from talking to https://www.chromatic.com/api (the default API URL), whilst still allowing the live Visual Test addon to function normally.

Note that overriding CHROMATIC_BASE_URL didn't work, seemingly because it's already defined in vite.config.ts.

I also upgraded the msw, msw-storybook-addon and graphql dependencies.