actions-marketplace-validations/Publish to Chromatic for vue3
Publish your Storybook to Chromatic and run visual regression tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 27, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/nisshii0313_action@adbdc2ac293d587c51fa8fc8bcaed5391a439679 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your github token | — | — |
| projectToken | Your chromatic project token | — | — |
| workingDir | Working directory for the package.json file | — | — |
| appCode | Deprecated, please use projectToken instead | — | — |
| buildScriptName | The npm script that builds your Storybook [build-storybook] | — | — |
| scriptName | The npm script that starts your Storybook [storybook] | — | — |
| exec | Alternatively, a full command to run to start your storybook | — | — |
| skip | Skip Chromatic tests, but mark the commit as passing | — | — |
| doNotStart | Do not attempt to start or build; use if your Storybook is already running | — | — |
| storybookBuildDir | Provide a directory with your built storybook; use if you have already built your storybook | — | — |
| storybookCa | Use if Storybook is running on https (auto detected from -s, if set) | — | — |
| storybookCert | Use if Storybook is running on https (auto detected from -s, if set) | — | — |
| storybookHttps | Use if Storybook is running on https (auto detected from -s, if set) | — | — |
| storybookKey | Use if Storybook is running on https (auto detected from -s, if set) | — | — |
| storybookPort | What port is your Storybook running on (auto detected from -s, if set) | — | — |
| storybookUrl | Storybook is already running at (external) url (implies -S) | — | — |
| preserveMissing | Pass the baselines forward and treat all missing stories as “preserved” without re-capturing them | — | — |
| autoAcceptChanges | Automatically accept all changes in chromatic: boolean or branchname | — | — |
| allowConsoleErrors | Do not exit when runtime errors occur in storybook | — | — |
| exitZeroOnChanges | Positive exit of action even when there are changes: boolean or branchname | — | — |
| exitOnceUploaded | Exit with 0 once the built version has been sent to chromatic: boolean or branchname | — | — |
| ignoreLastBuildOnBranch | Do not use the last build on this branch as a baseline if it is no longer in history (i.e. branch was rebased) | — | — |
Outputs
no outputs