@applitools/eyes-images

v4.28.8
The simplest implementation of Applitools Eyes SDK, uploads images for validation
eyes-images applitools eyes test automation visual regression automation testing tests

lint

run --top-level eslint '**/*.ts'

test

yarn test:coverage

build

run --top-level tspc --project ./tsconfig.build.json

test:coverage

APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE="./logs/$(uuidgen).log" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}

generate:tests

NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs
npm i @applitools/eyes-images

Metadata

Downloads