Files
cctv/web/playwright.config.ts
2026-04-22 23:35:59 +01:00

7 lines
188 B
TypeScript

import { defineConfig } from "@playwright/test";
export default defineConfig({
webServer: { command: "npm run build && npm run preview", port: 4173 },
testMatch: "**/*.e2e.{ts,js}"
});