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
+3 -1
View File
@@ -5,7 +5,9 @@ export default defineConfig({
plugins: [react()],
test: {
globals: true,
environment: 'jsdom',
environment: 'happy-dom',
setupFiles: ['./src/setupTests.js'],
exclude: ['**/e2e/**', '**/node_modules/**'],
},
server: {
port: 3000,