refactor(test-optimization)!: raise Cypress minimum version to 12.0.0#8247
Conversation
Overall package sizeSelf size: 5.7 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 |
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 1586590 | Docs | Datadog PR Page | Give us feedback! |
BenchmarksBenchmark execution time: 2026-05-04 10:38:38 Comparing candidate commit 1586590 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1746 metrics, 98 unstable metrics. |
21f0c83 to
fc519c1
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
What does this PR do?
Raises the minimum supported Cypress version to
>=12.0.0for dd-trace v6 while keeping v5 support for older Cypress versions.Updates Test Optimization Cypress instrumentation hooks, the manual Cypress plugin guard, integration test version selection, and the Cypress workflow matrix. v5 users running Cypress
<12.0.0get a deprecation warning before v6 removes support.Motivation
Cypress 12 is the cutoff after which the advanced Test Optimization behavior is supported, and dropping older versions in v6 lets us remove old compatibility paths while leaving v5 maintainable.