Files
argo-cd/ui-test/package.json
dependabot[bot] 8c23cbdf13 chore(deps): bump selenium-webdriver from 4.32.0 to 4.33.0 in /ui-test (#23147)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-26 10:19:57 -04:00

33 lines
785 B
JSON

{
"name": "ui-test",
"version": "1.0.0",
"description": "UI Testing",
"main": "argocd-ui-test",
"scripts": {
"compile": "npx tsc",
"test": "node out/test001.js",
"pretest": "cp .env out/.env",
"lint": "tslint -p ."
},
"author": "Keith Chong",
"license": "Apache-2.0",
"dependencies": {
"@types/selenium-webdriver": "^4.1.28",
"assert": "^2.1.0",
"chromedriver": "^136.0.2",
"selenium-webdriver": "^4.33.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.21",
"dotenv": "^16.5.0",
"mocha": "^11.5.0",
"prettier": "^2.8.8",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^5.8.3",
"yarn": "^1.22.22"
}
}