Files
web-pwa/playwright.config.ts
2026-02-12 20:32:06 +00:00

7 lines
173 B
TypeScript

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