fix(cypress): changed DD_MAJOR guards to greater than or equal#9199
Conversation
Overall package sizeSelf size: 6.52 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.2.0 | 104.26 kB | 843.44 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
🎉 All green!🧪 All tests passed 🔗 Commit SHA: 186dc96 | Docs | Datadog PR Page | Give us feedback! |
There was a problem hiding this comment.
More details
This PR unifies version guards across 8 Cypress integration test files by changing DD_MAJOR === 6 to DD_MAJOR >= 6. The change is consistent with line 36's existing pattern and enables forward compatibility for future v7+ releases, allowing them to use the same Node/Cypress version compatibility logic as v6 instead of skipping tests. No behavioral regressions for the current v6 release.
📊 Validated against 11 scenarios · Open Bits AI session
🤖 Datadog Autotest · Commit 186dc96 · What is Autotest? · Any feedback? Reach out in #autotest
BenchmarksBenchmark execution time: 2026-07-02 20:04:42 Comparing candidate commit 186dc96 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2256 metrics, 30 unstable metrics.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9199 +/- ##
=======================================
Coverage 93.64% 93.65%
=======================================
Files 898 898
Lines 52365 52365
Branches 12324 12324
=======================================
+ Hits 49038 49040 +2
+ Misses 3327 3325 -2 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
What does this PR do?
Motivation
Additional Notes