diff --git a/playwright.config.ts b/playwright.config.ts index 6656ead6..0da4e6c9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -3,7 +3,7 @@ import type { PlaywrightTestConfig } from '@playwright/test' const config: PlaywrightTestConfig = { reporter: [['json', { outputFile: 'e2eresults.json' }]], webServer: { - command: 'npm run build && npm run preview', + command: 'npm run dev', url: 'http://localhost:5173/', timeout: 240000, reuseExistingServer: !process.env.CI,