@progress/kendo-e2e
Version:
Kendo UI end-to-end test utilities.
97 lines (96 loc) • 2.44 kB
JSON
{
"name": "@progress/kendo-e2e",
"version": "4.12.1",
"description": "Kendo UI end-to-end test utilities.",
"main": "dist/index.js",
"bin": {
"snapshot": "./dist/snapshot-cli/index.js"
},
"typings": "dist/index.d.ts",
"files": [
"dist",
"docs"
],
"scripts": {
"lint": "npx eslint ./src/**/*.ts ./tests/**/*.ts",
"build": "npx tsc",
"test:a11y": "npx jest tests/a11y",
"test:components": "npx jest tests/components",
"test:e2e": "npx jest tests/e2e",
"test:rendering": "npx jest tests/rendering",
"test:utils": "npx jest tests/utils/**/*.tests.ts",
"test:visual": "npx jest tests/visual",
"test:snapshot": "cd tests/snapshot-cli && chmod +x run.sh && ./run.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telerik/kendo-e2e.git"
},
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
{
"name": "master",
"channel": "latest"
}
]
},
"keywords": [
"a11y",
"accessibility",
"axe",
"e2e",
"jest",
"selenium",
"selenium-webdriver",
"webdriver",
"kendo",
"telerik",
"progress"
],
"author": "Progress",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/telerik/kendo-e2e/issues"
},
"homepage": "https://github.com/telerik/kendo-e2e#readme",
"dependencies": {
"@axe-core/webdriverjs": "4.11.0",
"@types/selenium-webdriver": "^4.35.3",
"commander": "^14.0.2",
"glob": "^11.1.0",
"http-server": "^14.1.1",
"js-beautify": "^1.15.4",
"jsdom": "^16.7.0",
"looks-same": "^7.3.0",
"rgb2hex": "^0.2.5",
"sanitize-html": "^2.17.0",
"selenium-webdriver": "^4.38.0",
"sharp": "^0.34.5",
"yauzl": "^3.2.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@progress/kendo-themes-html": "^12.2.3",
"@types/jest": "^30.0.0",
"@types/node": "ts5.9",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"eslint": "^9.39.1",
"husky": "^9.1.7",
"jest": "^30.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.9.3"
}
}