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
Running tests from the "Visual tests" pane in Storybook fails if the $schema property is added to the configuration file. Tests run through the CLI and in CI still work.
The error message is:
✖ Configuration file chromatic.config.json was invalid, please check the allowed keys.
- Unrecognized key(s) in object: '$schema'
Describe the bug
Running tests from the "Visual tests" pane in Storybook fails if the
$schema
property is added to the configuration file. Tests run through the CLI and in CI still work.The error message is:
To reproduce
Add
to
chromatic.config.json
Run a test from Storybook
Environment
The text was updated successfully, but these errors were encountered: