diff --git a/examples/ts/react-vite/playwright.config.ts b/examples/ts/react-vite/playwright.config.ts index 171e1b4cdd8fed00026b844f0b57e26206f16ed2..3865334eebd5becff9b090f6ce61530593778381 100644 --- a/examples/ts/react-vite/playwright.config.ts +++ b/examples/ts/react-vite/playwright.config.ts @@ -10,6 +10,9 @@ export default defineConfig({ ], // Run your local dev server before starting the tests webServer: { - command: 'npm run dev' + command: 'npm run dev', + "url": "http://localhost:5173", + "timeout": 120 * 1000, + "reuseExistingServer": false } });