This commit is contained in:
Tiệp Sunflower
2023-03-06 14:23:39 +07:00
commit aa9c76c82f
2234 changed files with 449471 additions and 0 deletions

24
package.json Normal file
View 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": ""
}