[test optimization] Fix cypress tests in release branch#7973
[test optimization] Fix cypress tests in release branch#7973juan-fernandez merged 2 commits intomasterfrom
Conversation
Overall package sizeSelf size: 5.48 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: cb9f621 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7973 +/- ##
=======================================
Coverage 73.82% 73.82%
=======================================
Files 773 773
Lines 35983 35983
=======================================
Hits 26566 26566
Misses 9417 9417 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-04-10 11:10:10 Comparing candidate commit cb9f621 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 232 metrics, 28 unstable metrics. |
What does this PR do?
Test is failing in #7958 in https://github.com/DataDog/dd-trace-js/actions/runs/24238186876/job/70767514582?pr=7958 because it shouldn't run for cypress 6.7.0
I changed the version of the package to 5 so that this test would run to make sure it passes: https://github.com/DataDog/dd-trace-js/actions/runs/24239241987/job/70769472851?pr=7973. It passes 👍
Motivation
I missed this in #7829. This test should only run in cypress >=10