luisgrandegg/looksee
Self-hosted visual regression testing for Storybook. Runs lost-pixel against a built Storybook and posts the diff on PR failure.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 8, 2026
- License
- MIT
Pinned Snippet
uses: luisgrandegg/looksee@98a6246165d20079230dfbf268c7545a8894339c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node.js version to install for the consumer's build. | no | 20 |
| storybook-build-script | npm script that builds Storybook (in the consumer's package.json). | no | build-storybook |
| storybook-output-dir | Directory where Storybook builds to (relative to working-directory). | no | storybook-static |
| working-directory | Subdirectory to run from. Useful for monorepos where Storybook lives in apps/web etc. | no | . |
| comment-on-pr | Post a sticky PR comment when the run fails. No-op outside pull_request events. | no | true |
| artifact-retention-days | How long to keep the diff artifact uploaded on failure. | no | 14 |
Outputs
no outputs