selenium
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "test-selenium",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chai": "^4.3.7",
|
||||
"chrome": "^0.1.0",
|
||||
"chromedriver": "^109.0.0",
|
||||
"driver": "^1.0.0",
|
||||
"geckodriver": "^3.2.0",
|
||||
"mocha": "^10.2.0",
|
||||
"selenium-webdriver": "^4.8.0"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"keywords": [],
|
||||
"description": ""
|
||||
}
|
||||
Reference in New Issue
Block a user