Files
cog-socket/playwright.config.ts
Shaheed Azaad e776b7f041 Initial commit
2025-07-12 16:41:30 +02:00

10 lines
178 B
TypeScript

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