import { defineConfig } from '@playwright/test' export default defineConfig({ testDir: './test', testMatch: '*.browser.spec.ts', timeout: 30000, use: { baseURL: 'http://localhost:3006', }, })