chromaui / addon-visual-tests

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

Only throw errors for Git messages after a Project ID has been set #186

Closed thafryer closed 5 months ago

thafryer commented 5 months ago

The Git Errors are currently shown to the user before they have had a chance to configure a project ID for running builds. This ens

To QA:

  1. Install this canary.
  2. Ensure the git message does not show before a project ID is configured.
  3. Ensure the git message shows after the project ID is configured.
  4. Ensure it goes away after initializing git and making a few commits!
📦 Published PR as canary version: 1.1.7--canary.186.1f27e41.0
:sparkles: Test out this PR locally via: ```bash npm install @chromatic-com/storybook@1.1.7--canary.186.1f27e41.0 # or yarn add @chromatic-com/storybook@1.1.7--canary.186.1f27e41.0 ```