Add initial tests

This commit is contained in:
Johannes Zellner
2022-08-08 14:45:11 +02:00
parent ee8db31cc6
commit 00f42d92c5
3 changed files with 2955 additions and 0 deletions

19
test/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^10.0.0",
"selenium-webdriver": "^4.3.1"
},
"dependencies": {
"chromedriver": "^103.0.0"
}
}