chromaui/Publish to Chromatic

Publish your Storybook to Chromatic and run visual regression tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenYour github token
projectTokenYour chromatic project token
appCodeDeprecated, please use projectToken instead
buildScriptNameThe npm script that builds your Storybook [build-storybook]
doNotStartDo not attempt to start or build; use if your Storybook is already running
execAlternatively, a full command to run to start your storybook
scriptNameThe npm script that starts your Storybook [storybook]
storybookBuildDirProvide a directory with your built storybook; use if you have already built your storybook
storybookCaUse if Storybook is running on https (auto detected from -s, if set)
storybookCertUse if Storybook is running on https (auto detected from -s, if set)
storybookHttpsUse if Storybook is running on https (auto detected from -s, if set)
storybookKeyUse if Storybook is running on https (auto detected from -s, if set)
storybookPortWhat port is your Storybook running on (auto detected from -s, if set)
storybookUrlStorybook is already running at (external) url (implies -S)
preserveMissingPass the baselines forward and treat all missing stories as ���preserved” without re-capturing them
allowConsoleErrorsDo not exit when runtime errors occur in storybook
autoAcceptChangesAutomatically accept all changes in chromatic: boolean or branchname
exitZeroOnChangesPositive exit of action even when there are changes: boolean or branchname
exitOnceUploadedExit with 0 once the built version has been sent to chromatic: boolean or branchname

no outputs