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
I just installed chromatic in my project and started the tutorial of Chromatic. However, when I get to the point where I need to make some change in the UI and publish again, the CLI fails to do that.
This is the error I got:
✖ Found 1 visual change: failing with exit code 1
Pass --exit-zero-on-changes to succeed this command regardless of changes.
Pass --auto-accept-changes to succeed and automatically accept any changes.
ℹ Review the changes at https://www.chromatic.com/build?appId=613a7735df6708003ac5c227&number=6
I added the flag --exit-zero-on-changes in order to continue the tutorial. I think the tutorial should be updated
The text was updated successfully, but these errors were encountered:
@dudulasry thanks for reporting this. I'm looking into it. Do you mind linking me to the tutorial you referenced (for example, on the Chromatic website, Storybook site, or elsewhere)?
Hey Dudu, I just ran through the onboarding myself. The message you're seeing is intentional and you completed the workflow successfully.
✖ Found 18 visual changes: failing with exit code 1
Pass --exit-zero-on-changes to succeed this command regardless of changes.
Pass --auto-accept-changes to succeed and automatically accept any changes.
"Failing with exit-code 1" message is for folks that are setting up CI. I can see how it'd be confusing at this stage in the process. Will chat with the team here about tweaking this messaging.
Hey everyone,
I just installed chromatic in my project and started the tutorial of Chromatic. However, when I get to the point where I need to make some change in the UI and publish again, the CLI fails to do that.
This is the error I got:
I added the flag
--exit-zero-on-changes
in order to continue the tutorial. I think the tutorial should be updatedThe text was updated successfully, but these errors were encountered: