change: [UIE-10701] - Upgrade Cypress to v15.13.0, replace deprecated cy.env calls#13555
Merged
jdamore-linode merged 4 commits intolinode:developfrom Apr 3, 2026
Merged
Conversation
… `cy.env` with `Cypress.expose`
Cloud Manager UI test results🔺 1 failing test on test run #3 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts" |
|||||||||||||||||
cy.env callscy.env calls
dmcintyr-akamai
approved these changes
Apr 2, 2026
bnussman-akamai
approved these changes
Apr 2, 2026
bbanucha-akamai
pushed a commit
to bbanucha-akamai/linode-manager
that referenced
this pull request
Apr 8, 2026
… `cy.env` calls (linode#13555) * Upgrade Cypress and related dependencies; replace calls to deprecated `cy.env` with `Cypress.expose` * Upgrade Cypress to 15.13.0 in Dockerfile * Added changeset: Upgrade Cypress to v15.13.0
Draft
grevanak-akamai
pushed a commit
that referenced
this pull request
Apr 23, 2026
… `cy.env` calls (#13555) * Upgrade Cypress and related dependencies; replace calls to deprecated `cy.env` with `Cypress.expose` * Upgrade Cypress to 15.13.0 in Dockerfile * Added changeset: Upgrade Cypress to v15.13.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description 📝
Opening this as a draft for now to see if there are any failures. If all goes well I'll update this description and request reviews.
Changes 🔄
cy.envfunction, use its drop-in replacementcy.exposecy.env,Cypress.env, is a more secure way to fetch environment variables while only exposing the data necessary to the app, but it's not a drop-in replacement forcy.envand will require some refactoring to use. In the meantime, we're usingcy.exposewhich does exactly whatcy.envused to doScope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
N/A
How to test 🧪
You can check out this PR, update dependencies, and run Cypress to confirm that it works:
We can also rely on the CI on this PR to confirm that the tests succeed.
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅