chromaui/Publish to Chromatic
Publish your Storybook to Chromatic and run visual regression tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your github token | — | — |
| projectToken | Your chromatic project token | — | — |
| appCode | Deprecated, please use projectToken instead | — | — |
| buildScriptName | The npm script that builds your Storybook [build-storybook] | — | — |
| doNotStart | Do not attempt to start or build; use if your Storybook is already running | — | — |
| exec | Alternatively, a full command to run to start your storybook | — | — |
| scriptName | The npm script that starts your Storybook [storybook] | — | — |
| 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 | — | — |
| allowConsoleErrors | Do not exit when runtime errors occur in storybook | — | — |
| autoAcceptChanges | Automatically accept all changes in chromatic: boolean or branchname | — | — |
| 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 | — | — |
Outputs
no outputs