fix: configure playwright webServer for E2E test auto-start

This commit is contained in:
2026-04-19 09:21:52 +03:00
parent 156158c66f
commit b1ba912b68

View File

@@ -15,6 +15,13 @@ export default defineConfig({
screenshot: 'only-on-failure',
},
webServer: {
command: 'npm run dev',
url: 'http://localhost:3000',
reuseExistingServer: true,
timeout: 60000,
},
projects: [
{
name: 'chromium',