CONSOLE-5152: bump cypress to latest#16244
CONSOLE-5152: bump cypress to latest#16244openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
Conversation
|
@logonoff: This pull request references CONSOLE-5152 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/label px-approved |
|
@logonoff: This pull request references CONSOLE-5152 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (2)
📝 WalkthroughWalkthroughThis pull request updates Cypress testing tooling and adjusts an integration test command. The ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
7178f1a to
1d40fe4
Compare
1d40fe4 to
48871dc
Compare
|
/retest |
94df580 to
52272df
Compare
|
/retest |
1 similar comment
|
/retest |
notable changes: - 15.10.0 deprecates `Cypress.env()`. replacement is `cy.env()` - Minor performance improvements - electron/chromium version bumps - cy.press() supports more buttons now
…d cy.env() Cypress 15.10 deprecated Cypress.env() in favor of two new APIs: - Cypress.expose() for non-sensitive, synchronous config values - cy.env() (async) for sensitive values like passwords Non-sensitive values (IDP names, usernames, namespaces, feature flags) use Cypress.expose() with config.expose in setupNodeEvents. Passwords (BRIDGE_HTPASSWD_PASSWORD, BRIDGE_KUBEADMIN_PASSWORD) use the async cy.env() API with config.env to avoid exposing credentials publicly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
52272df to
23674ad
Compare
|
/verified by CI |
|
@logonoff: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff, vojtechszocs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@logonoff: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
notable changes:
Cypress.env(). replacement iscy.env()Summary by CodeRabbit