diff --git a/rnd/autogpt_builder/playwright.config.ts b/rnd/autogpt_builder/playwright.config.ts index 6cf13994fe14..e4a00ea06dd8 100644 --- a/rnd/autogpt_builder/playwright.config.ts +++ b/rnd/autogpt_builder/playwright.config.ts @@ -73,7 +73,7 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { command: "npm run prepTests", - url: "http://localhost:3000", + url: "http://localhost:3000/", reuseExistingServer: !process.env.CI, timeout: 120000, },