@applitools/visual-grid-client

v13.5.16-beta.2
A library that drives the visual grid with dom snapshot rendering.
applitools testing browser grid visual-testing nodejs javascript

vv

node ../../scripts/verify-versions.js

lint

eslint . --ext .js --no-eslintrc --config ../../.eslintrc

test

yarn build:browser && yarn test:mocha

render

node example/render.js

test:it

mocha --no-timeouts "test/it/**/*.test.js"

test:e2e

mocha --no-timeouts "test/e2e/**/*.test.js"

test:unit

mocha --no-timeouts "test/unit/**/*.test.js"

preversion

yarn vv

test:mocha

mocha --no-timeouts "test/**/*.test.js"

postpublish

git push; git push --tags

test:sanity

mocha --no-timeouts 'test/!(browser||e2e)/**/*.test.js'

test:browser

mocha --no-timeouts 'test/browser/**/*.test.js'

build:browser

cd test/fixtures/test-app && yarn install --focused && yarn build
npm i @applitools/[email protected]

Metadata

Downloads