Add backend unit/integration tests, Playwright e2e tests, README, cookie Secure fix
SonarQube Analysis / sonarqube (push) Successful in 4m20s

This commit is contained in:
2026-08-13 22:35:38 +00:00
parent 2adbf24b23
commit 921022c658
25 changed files with 6600 additions and 57 deletions
+5 -2
View File
@@ -3,7 +3,9 @@
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc && vite build"
"dev": "vite",
"build": "tsc && vite build",
"test:e2e": "playwright test"
},
"dependencies": {
"react": "^18.3.1",
@@ -20,6 +22,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.0"
"vite": "^5.4.0",
"@playwright/test": "^1.47.0"
}
}