2026.06.04 frontend építés közben

This commit is contained in:
Roo
2026-06-04 07:26:22 +00:00
parent 7adf6cc3e3
commit 59a30ac428
3302 changed files with 24091 additions and 1771 deletions

View File

@@ -0,0 +1,11 @@
import { defineConfig } from '@playwright/test';
export default defineConfig({
timeout: 60000,
use: {
connectOptions: {
// faktor01 Tailscale IP - Browserless headless Chrome service
wsEndpoint: 'ws://100.93.27.29:3030',
},
screenshot: 'on',
},
});