diff --git a/playwright.config.ts b/playwright.config.ts index 942789a..f4d6e4b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -28,7 +28,7 @@ export default defineConfig({ ], timeout: 30000, // Uncomment and adjust if you need to start a server as part of your tes - // webServer: { + // webServer: // command: 'npm run start', // url: 'http://localhost:12101', // Adjust to match your server // reuseExistingServer: !process.env.CI