chore(deps): update cypress
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nextcloud/cypress | ^1.0.0-beta.7 -> ^1.0.0-beta.9 |
||||
| cypress (source) | ^13.6.4 -> ^13.15.0 |
Release Notes
nextcloud/nextcloud-cypress (@nextcloud/cypress)
v1.0.0-beta.9
What's Changed
Features
- feat(docker): implement DB snapshot and create default set of users by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-cypress/pull/599
- perf(docker): put data into RAM + enable APCU by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-cypress/pull/598
Fixes
- fix: correctly export docker entry point types by @susnux in https://github.com/nextcloud-libraries/nextcloud-cypress/pull/529
- fix: Update workflows from organization by @susnux in https://github.com/nextcloud-libraries/nextcloud-cypress/pull/531
Full Changelog: https://github.com/nextcloud-libraries/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.9
v1.0.0-beta.8
Enhancements ✨
- feat: Improve usability of dockerode wrapper by @susnux in https://github.com/nextcloud-libraries/nextcloud-cypress/pull/486
- Export getContainer and getContainerName functions This can be used to e.g. create the runOCC cypress command
- Make the container name dependent on the current app to prevent issues when reusing containers
- Allow to pass options for container creation to the startNextcloud function forceRecreate to not reuse any container but force creating a new one mounts to allow binding other directories to the container (e.g. server config)
Bugfixes 🐛
- fix: Update npm version to current LTS and update dev dependencies by @susnux in https://github.com/nextcloud-libraries/nextcloud-cypress/pull/509
Changed
- Dependency updates
cypress-io/cypress (cypress)
v13.15.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0
v13.14.2
Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2
v13.14.1
v13.14.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0
v13.13.3
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3
v13.13.2
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2
v13.13.1
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1
v13.13.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0
v13.12.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0
v13.11.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0
v13.10.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0
v13.9.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0
v13.8.1
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1
v13.8.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0
v13.7.3
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3
v13.7.2
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2
v13.7.1
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1
v13.7.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-0
v13.6.6
Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6
v13.6.5
Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5
Configuration
📅 Schedule: Branch creation - "before 5am every weekday,every weekend" in timezone Europe/Berlin, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
22 failed and 3 flaky tests on run #1737 ↗︎
Details:
| chore(deps): update cypress | |||
| Project: Collectives | Commit: 699f9599e7 |
||
| Status: Errored | Duration: 15:44 💡 | ||
| Started: Jul 25, 2024 2:39 PM | Ended: Jul 25, 2024 2:54 PM | ||
collective-share.spec.js • 6 failed tests • Nextcloud master
page-details.spec.js • 1 failed test • Nextcloud master
| Test | Artifacts | |
|---|---|---|
| Page details > Display table of contents > Allows to display/close TOC and switch page modes in between |
Screenshots
|
|
collective-members.spec.js • 1 failed test • Nextcloud master
| Test | Artifacts | |
|---|---|---|
| Collective members > Manage members > Allows to remove member |
Screenshots
|
|
circle-with-group.spec.js • 1 failed test • Nextcloud master
| Test | Artifacts | |
|---|---|---|
| Pages are accessible via group membership to team > Lists the collective |
Screenshots
|
|
collective-share.spec.js • 6 failed tests • Nextcloud stable27
cypress/e2e/collective-settings.spec.js • 3 flaky tests • Nextcloud stable27
Review all test suite changes for PR #1205 ↗︎
Tried to use chrome instead of electron with no success.
It looks like it's always the same tests that are failing. I wonder what they have in common - or maybe it's just because x tests have been run at that point and that's when they start to fail.
Had the same problem in text and decided to skip the update for now there after some time trying 😢