chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
28 stars 1 forks source link

API requests should happen server-side and support a proxy agent #312

Open ghengeveld opened 1 month ago

ghengeveld commented 1 month ago

Describe the bug

The browser network log is currently being flooded with Chromatic API calls as it polls for changes. This is annoying when attempting to work on a story that also makes network requests.

Furthermore, a HTTPS_PROXY isn't currently supported for these requests, even though the Chromatic CLI does support these.

To reproduce

Just run the addon and look at the DevTools network tab.

Environment

All versions.