Boundless/frontend/playwright.config.ts
mohamad 046e4b04f3 weeee💃
2025-01-28 12:51: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'
});