Cypress unit testing

This commit is contained in:
anarch3 2022-11-21 14:16:56 -05:00
parent 4bcacd4d7c
commit 39e83c0963
9 changed files with 2413 additions and 32 deletions

View file

@ -28,6 +28,7 @@
"@ffprobe-installer/ffprobe": "^1.4.1",
"connect-sqlite3": "^0.9.13",
"cookie-parser": "~1.4.4",
"cypress-real-events": "^1.7.4",
"dotenv": "^8.6.0",
"ejs": "^3.1.8",
"express": "~4.16.1",
@ -42,6 +43,8 @@
"sqlite3": "^5.0.2"
},
"devDependencies": {
"cypress": "^11.1.0",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.28.0"
}
}