Files
k3s/tatort/playwright.config.ts
2025-02-25 15:30:55 +01:00

11 lines
179 B
TypeScript

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