We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbb6bd commit 3a59b17Copy full SHA for 3a59b17
1 file changed
packages/browser-sdk/playwright.config.ts
@@ -34,5 +34,6 @@ export default defineConfig({
34
// separate port to let the app run alongside the tracking sdk tests
35
command: "npx http-server . -p 8001",
36
timeout: 120 * 1000,
37
+ port: 8001,
38
},
39
});
0 commit comments