feat: web register e2e
This commit is contained in:
Jason Rasmussen
2024-02-13 13:08:49 -05:00
committed by GitHub
parent c75adbecf3
commit 76bd603507
11 changed files with 737 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "immich-e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "npx playwright test",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "GNU Affero General Public License version 3",
"devDependencies": {
"@immich/sdk": "file:../open-api/typescript-sdk",
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.17",
"@types/pg": "^8.11.0",
"pg": "^8.11.3",
"typescript": "^5.3.3"
}
}