Configure Playwright for headless CI and add Gitea workflow with container support
Tests / frontend-test (pull_request) Has been cancelled
Tests / e2e-test (pull_request) Has been cancelled
Tests / backend-test (pull_request) Has been cancelled

This commit is contained in:
(jenkins)
2026-03-17 00:29:39 +00:00
parent 4326109722
commit bd9e92f304
14 changed files with 761 additions and 88 deletions
+4 -2
View File
@@ -10,10 +10,11 @@
"react-dom": "^19.2.1"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.1.0",
"@vitejs/plugin-react": "^4.3.0",
"jsdom": "^29.0.0",
"happy-dom": "^20.8.4",
"vite": "^6.0.0",
"vitest": "^3.0.0"
},
@@ -21,7 +22,8 @@
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
"test": "vitest",
"test:e2e": "playwright test"
},
"browserslist": {
"production": [