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
We are managing 4 Storybook Projects in a single repo, so we needed 4 config file eg., --config-file storybook/bc-chromatic.config.json which is stored under storybook folder.
We am aware that if we provide a wrong path in our main.js file, we will get an early error like this.
But instead, I get this error after booting up the storybook but prevents us from running the Visual Test. It's looking for the file bc-chromatic.config.json in the root directory instead of the configFile: "storybook/bc-chromatic.config.json",
We currently resolved this by moving the config file to the root directory, but this needs to be fixed. Because we have 4 similar config files in our root directory now.
The text was updated successfully, but these errors were encountered:
Bug report
We are managing 4 Storybook Projects in a single repo, so we needed 4 config file eg.,
--config-file storybook/bc-chromatic.config.json
which is stored understorybook
folder.We am aware that if we provide a wrong path in our
main.js
file, we will get an early error like this.main.js
For Eg.,
But instead, I get this error after booting up the storybook but prevents us from running the Visual Test. It's looking for the file
bc-chromatic.config.json
in the root directory instead of theconfigFile: "storybook/bc-chromatic.config.json",
We currently resolved this by moving the config file to the root directory, but this needs to be fixed. Because we have 4 similar config files in our root directory now.
The text was updated successfully, but these errors were encountered: