@applitools/eyes.storybook

v2.3.4
Applitools Eyes SDK for [Storybook](http://storybook.js.org).
applitools testing browser grid visual-testing nodejs javascript

test

npm run test:mocha && npm run eslint

eslint

eslint '**/*.js'

test:it

mocha --no-timeouts --trace-warnings 'test/it/*.test.js'

test:e2e

mocha --no-timeouts --trace-warnings 'test/e2e/*.test.js'

changelog

git changelog -f "v$(jq -r '.version' < package.json)"

storybook

start-storybook -c test/fixtures/appWithStorybook -p 9001 -s test/fixtures

test:unit

mocha --no-timeouts --trace-warnings 'test/unit/*.test.js'

test:mocha

mocha --no-timeouts --trace-warnings 'test/unit/*.test.js' 'test/it/*.test.js' 'test/e2e/*.test.js'

eyes-storybook

node bin/eyes-storybook.js -f test/fixtures/applitools.config.js

prepublishOnly

npm version patch
npm i @applitools/[email protected]

Metadata

Downloads