@applitools/eyes-testcafe
Version:
Applitools Eyes SDK for TestCafe
99 lines • 3.17 kB
JSON
{
"name": "@applitools/eyes-testcafe",
"version": "6.3.34",
"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/tutorials/sdks/testcafe",
"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.25.4",
"@applitools/eyes": "1.38.12",
"@applitools/utils": "1.14.3"
},
"devDependencies": {
"@applitools/api-extractor": "^1.2.22",
"@applitools/bongo": "^5.10.0",
"@applitools/generic": "^3.9.2",
"@applitools/test-server": "^1.4.2",
"@applitools/test-utils": "^1.5.17",
"testcafe": "^3.4.0"
},
"peerDependencies": {
"testcafe": ">=1.7.1"
},
"engines": {
"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
},
"lavamoat": {
"allowScripts": {
"testcafe>testcafe-hammerhead>ws>bufferutil": false,
"testcafe>testcafe-hammerhead>ws>utf-8-validate": false,
"@applitools/eyes>@applitools/core>@applitools/core-base>@applitools/image>sharp": false
}
}
}