Files
service-finder/frontend/playwright.remote.config.ts
2026-06-04 07:26:22 +00:00

12 lines
279 B
TypeScript

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',
},
});