SSL-Sniffer/playwright.config.ts

10 lines
178 B
TypeScript
Raw Permalink Normal View History

2025-06-28 17:07:53 +00:00
import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run build && npm run preview',
port: 4173
},
testDir: 'e2e'
});