actions-marketplace-validations/Publish to Chromatic for vue3

Publish your Storybook to Chromatic and run visual regression tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 27, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/nisshii0313_action@adbdc2ac293d587c51fa8fc8bcaed5391a439679 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenYour github token
projectTokenYour chromatic project token
workingDirWorking directory for the package.json file
appCodeDeprecated, please use projectToken instead
buildScriptNameThe npm script that builds your Storybook [build-storybook]
scriptNameThe npm script that starts your Storybook [storybook]
execAlternatively, a full command to run to start your storybook
skipSkip Chromatic tests, but mark the commit as passing
doNotStartDo not attempt to start or build; use if your Storybook is already running
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
autoAcceptChangesAutomatically accept all changes in chromatic: boolean or branchname
allowConsoleErrorsDo not exit when runtime errors occur in storybook
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
ignoreLastBuildOnBranchDo not use the last build on this branch as a baseline if it is no longer in history (i.e. branch was rebased)

no outputs