diff --git a/packages/browser-sdk/playwright.config.ts b/packages/browser-sdk/playwright.config.ts index 1e335ac2..b9d9d09c 100644 --- a/packages/browser-sdk/playwright.config.ts +++ b/packages/browser-sdk/playwright.config.ts @@ -34,5 +34,6 @@ export default defineConfig({ // separate port to let the app run alongside the tracking sdk tests command: "npx http-server . -p 8001", timeout: 120 * 1000, + port: 8001, }, });