-
Notifications
You must be signed in to change notification settings - Fork 306
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
[ci-visibility] Fix selenium when run outside of a supported test framework #4330
[ci-visibility] Fix selenium when run outside of a supported test framework #4330
Conversation
Overall package sizeSelf size: 6.48 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2024-05-20 11:07:55 Comparing candidate commit ecbb057 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 261 metrics, 5 unstable metrics. |
66cfab7
to
ecbb057
Compare
What does this PR do?
traceId
is defined before trying to set the cookie used by RUM:traceId
will be undefined whenever selenium code is run outside of a test framework.ciSeleniumDriverGetStartCh
: this is unrelated with the bug but it's good practice.Motivation
Fixes #4329
Plugin Checklist