Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency cypress to v14 #1314

Merged
merged 22 commits into from
Jan 28, 2025
Merged

Update dependency cypress to v14 #1314

merged 22 commits into from
Jan 28, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress (source) ^13.17.0 -> ^14.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cypress-io/cypress (cypress)

v14.0.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-0-0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cypress-14.x branch 2 times, most recently from 411150b to 3474b87 Compare January 17, 2025 09:57
@MasterEvarior
Copy link
Collaborator

MasterEvarior commented Jan 17, 2025

The update from Cypress itself is fine and according to the migration guide we should not have to change anything.

What is currently an issue, is that cypress-real-events has a dependency on Cypress v13.7.

@renovate renovate bot force-pushed the renovate/cypress-14.x branch 2 times, most recently from 54f4e4a to a1f514a Compare January 22, 2025 10:20
MasterEvarior
MasterEvarior previously approved these changes Jan 22, 2025
Copy link
Contributor Author

renovate bot commented Jan 22, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ManuelMoeri
Copy link
Collaborator

ManuelMoeri commented Jan 23, 2025

23.01.2025

I worked quite a bit on this yesterday and today. I managed to fix the error that occurred when login in or out. The other big error had to do with the selectFromThreeDotMenu function. There seemed to be a timing problem there. For now I fixed it with a simple cy.wait which is definitely not optimal since this method is called countless times. A better solution should be found for this. I did not find one, and based on the amount of commits you can tell that I tried a few different ways.

ToDo

  • Replace cy.wait in overviewPage.ts:176
  • Cleanup
  • Merge

@peggimann peggimann force-pushed the renovate/cypress-14.x branch from eef331a to 035528d Compare January 28, 2025 10:32
@peggimann peggimann merged commit 0204355 into main Jan 28, 2025
18 checks passed
@peggimann peggimann deleted the renovate/cypress-14.x branch January 28, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants