Configure Playwright for headless CI and add Gitea workflow with container support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user