-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✅ [RUM-253] add E2E tests related to compression #2416
Conversation
Current dependencies on/for this PR:
This comment was autogenerated by Freephite. |
/to-staging |
🚂 Branch Integration: starting soon, merge in < 0s commit 64156e4817 will soon be integrated into staging-36. This build is going to start soon! (estimated merge in less than 0s) you can cancel this operation by commenting your pull request with |
🚂 Branch Integration: this commit was successfully integrated Commit 64156e4817 has been merged into staging-36 in merge commit bd2ac015c5. Check out the triggered pipeline on Gitlab 🦊 |
abcfe79
to
beab420
Compare
// Ignore this test on Safari desktop and Firefox because the Worker actually works even with | ||
// CSP restriction. | ||
// TODO: Remove this condition when upgrading to Safari 15 and Firefox 99 | ||
if (!((getBrowserName() === 'safari' && getPlatformName() === 'macos') || getBrowserName() === 'firefox')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💭 thought: did you consider bumping them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did, but I decided that it was not the right place to do it, as it might involve more things (everywhere we use getBrowserName
for skipping tests, we should see if it still makes sense with newer versions)
8329f48
to
399820b
Compare
beab420
to
7ffcfbd
Compare
399820b
to
3a7384d
Compare
7ffcfbd
to
966e895
Compare
e4853e1
to
ebb9a24
Compare
966e895
to
c06bea7
Compare
c06bea7
to
735e91c
Compare
Motivation
Add E2E tests related to RUM data compression
Changes
Testing
I have gone over the contributing documentation.