with-eyes

v3.0.1
Simple `jest`, `mocha` and `jasmine` high order function to compare screenshots, using [Applitools Eyes](https://applitools.com/). It integrates nicely with [Puppeteer](https://github.com/GoogleChrome/puppeteer) and [Protractor](https://github.com/angular

start

npm run test:mocha -- --watch

test

WITH_EYES_TIMEOUT=60000 npm run test:mocha && npm run test:jest && npm run test:jasmine

test:mocha

mocha ./test/mocha.spec.js

test:jest

jest ./test/jest.spec.js

test:jasmine

jasmine ./test/jasmine.spec.js

build

eslint *.js test

release

:
npm i with-eyes

Metadata

Downloads