creevey

v0.9.0
Cross-browser screenshot testing tool for Storybook with fancy UI Runner
testing storybook storybook-addons visual-testing visual-regression screenshot-tests screenshots storybook-addon addon and 2 more...

commit

git-cz

clean

rimraf dist

lint

redrun -p "lint:*"

lint:tsc

tsc --noEmit

lint:eslint

eslint

lint:prettier

prettier --check .

test

vitest

start

redrun -p "start:*"

start:client

webpack-dev-server

start:storybook

storybook dev --ci -p 6006

start:creevey

yarn creevey --ui

creevey

tsx ./src/cli

creevey:github

yarn creevey --config .creevey/github.config.mts

creevey:gitlab

yarn creevey --config .creevey/gitlab.config.mts

creevey:hybrid

yarn creevey --config .creevey/hybrid.config.mts

fix

redrun "fix:*"

fix:eslint

eslint --fix

fix:prettier

prettier --write .

prebuild

yarn clean && mkdir dist

build

yarn prebuild && yarn build:client && yarn build:creevey && yarn postbuild

build:client

webpack --mode production && cpx src/client/web/index.html dist/client/web

build:creevey

tsc --build tsconfig.prod.json

postbuild

cpx "scripts/dist/*" dist/

version

conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md

build-storybook

storybook build

chromatic

npx chromatic --project-token t3010eknrh

prepare

husky install
npm i creevey

Metadata

  • MIT
  • >=18.0
  • Dmitriy Lazarev
  • released 10/10/2024

Downloads

Maintainers