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:
parent
524d65e772
commit
927968d251
31 changed files with 4269 additions and 3 deletions
21
playwright/package.json
Normal file
21
playwright/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue