@applitools/visual-grid-client

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

lint

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

test

npm run build:browser && npm run 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"

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 && npm i && npm run build
npm i @applitools/[email protected]

Metadata

Downloads