admin felület különválasztva
This commit is contained in:
11
frontend_app/playwright.remote.config.ts
Normal file
11
frontend_app/playwright.remote.config.ts
Normal 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',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user