You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 [RUM-11596] fix cookie domain within pages with empty location (#3866)
* 🐛 [RUM-11596] fix cookie domain within pages with empty location
* ✅♻️ [e2e] rename Server.url to Server.origin
* ✅🔥 [e2e] remove crossOriginUrl
As it's not too much used, let's just use the server origin directly.
* ✅♻️ [e2e] `baseUrl` includes the path
* ✅ [RUM-11596] add e2e tests
// Skip those tests on BrowserStack because it doesn't support localhost subdomains. As a
252
+
// workaround we could use normal domains and use either:
253
+
// * the BrowserStack proxy capabilities -> not tried, but this sounds more complex because
254
+
// we also want to run tests outside of BrowserStack
255
+
// * the Playwright proxy capabilities -> tried and it seems to fail because of mismatch
256
+
// version between Playwright local and BrowserStack versions
257
+
// * a "ngrok-like" service -> not tried yet (it sounds more complex)
258
+
//
259
+
// See https://www.browserstack.com/support/faq/local-testing/local-exceptions/i-face-issues-while-testing-localhost-urls-or-private-servers-in-safari-on-macos-os-x-and-ios
260
+
'Localhost subdomains are not supported in BrowserStack'
0 commit comments