kepler-chat/playwright.config.ts
Thomas G. Lopes c0273b11c1 init
2025-06-13 14:14:24 +01:00

9 lines
178 B
TypeScript

import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run build && npm run preview',
port: 4173
},
testDir: 'e2e'
});