1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-15 15:32:33 +00:00

Add playwright tests

This commit is contained in:
Timshel 2024-09-25 15:42:05 +02:00
commit 927968d251
31 changed files with 4269 additions and 3 deletions

21
playwright/package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "scenarios",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.49.1",
"dotenv": "^16.4.7",
"dotenv-expand": "^11.0.7",
"maildev": "github:timshel/maildev#3.0.2"
},
"dependencies": {
"mysql2": "^3.12.0",
"otpauth": "^9.3.6",
"pg": "^8.13.1"
}
}