UNPKG

@applitools/eyes-testcafe

Version:

Applitools Eyes SDK for TestCafe

92 lines 2.88 kB
{ "name": "@applitools/eyes-testcafe", "version": "6.2.22", "description": "Applitools Eyes SDK for TestCafe", "keywords": [ "eyes-testcafe", "eyes-rendering", "eyes-visual-grid", "applitools", "eyes", "test automation", "visual regression", "automation", "testing", "tests", "testcafe" ], "homepage": "https://applitools.com", "license": "SEE LICENSE IN LICENSE", "author": { "name": "Applitools Team", "email": "team@applitools.com" }, "main": "./dist/index-legacy.js", "types": "./types/index-legacy.d.ts", "typesVersions": { "*": { "dist": [ "./types/index.d.ts" ], "next": [ "./types/index.d.ts" ] } }, "exports": { ".": { "types": "./types/index-legacy.d.ts", "default": "./dist/index-legacy.js" }, "./dist/*": { "types": "./types/*.d.ts", "default": "./dist/*.js" }, "./next": { "types": "./types/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "types" ], "scripts": { "lint": "run --top-level eslint '**/*.ts' '**/*.js'", "build": "run --top-level tspc --project ./tsconfig.build.json", "generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs", "test": "run test:unit && run test:it && run test:coverage", "test:unit": "run --top-level mocha './test/unit/*.spec.ts'", "test:it": "run test:it:chrome", "test:it:chrome": "testcafe chrome:headless './test/it/*.spec.ts'", "test:it:firefox": "testcafe firefox:headless './test/it/*.spec.ts'", "test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-testcafe' APPLITOOLS_BATCH_ID=$(uuidgen) testcafe chrome:headless './test/generated-coverage/*.spec.js' --concurrency 10", "perf": "testcafe chrome:headless test/perf/perf.spec.js", "perf:full": "run perf && run perf -c 5", "perf:lite": "testcafe chrome:headless test/perf/perf-lite.spec.js", "perf:lite:full": "run perf:lite && run perf:lite -c 5", "up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json" }, "dependencies": { "@applitools/driver": "1.21.0", "@applitools/eyes": "1.33.2", "@applitools/utils": "1.8.0" }, "devDependencies": { "@applitools/api-extractor": "^1.2.22", "@applitools/bongo": "^5.10.0", "@applitools/generic": "^3.9.2", "@applitools/test-server": "^1.2.2", "@applitools/test-utils": "^1.5.17", "testcafe": "^3.4.0" }, "peerDependencies": { "testcafe": ">=1.7.1" }, "engines": { "node": ">=12.13.0" }, "publishConfig": { "access": "public" } }