chromaui / addon-visual-tests

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

CLI: Don't suggest --exit-once-uploaded for local builds #243

Open ghengeveld opened 3 months ago

ghengeveld commented 3 months ago

From AP-4298

The VTA sets exitOnceUploaded to false because it needs that for progress reporting. The CLI then suggests re-adding it:

ℹ Speed up Continuous Integration
Your project is linked to GitHub so Chromatic will report results there.
This means you can pass the --exit-once-uploaded flag to skip waiting for build results.

Local builds shouldn't get any such suggestions from the CLI.