import { defineConfig } from '@playwright/test'; export default defineConfig({ testDir: './tests', timeout: 60000, retries: 0, use: { baseURL: 'http://192.168.1.105:8080', headless: true, screenshot: 'only-on-failure', }, });