krystxf/Storybook Visual Regression
Storybook visual regression posted inline on PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-command | Command that builds Storybook into static-dir (run for both head and base). | — | npx storybook build |
| static-dir | Directory the build outputs to. | — | storybook-static |
| themes | Comma-separated Storybook themes to capture (globals theme:<name>). | — | light,dark |
| min-diff-pixels | Ignore diffs smaller than this many pixels. | — | 20 |
| pixelmatch-threshold | Per-pixel color sensitivity (0–1). | — | 0.1 |
| ignore-story-names | Comma-separated, case-insensitive story-name substrings to skip (composite stories). | — | All Variants |
| snapshot-branch | Orphan branch images are committed to. | — | vrt-snapshots |
| github-token | Token with contents:write, pull-requests:write, statuses:write. | — | ${{ github.token }} |
Outputs
no outputs