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

[tests-only][full-ci] Update selenium-chrome docker image #40837

Closed
wants to merge 13 commits into from

Conversation

saw-jan
Copy link
Member

@saw-jan saw-jan commented Jun 13, 2023

Description

Using getSession() to visit the link which will create the new browser session if not created already. But this method is deprecated as of behat/mink v1.6 and planned to be removed in behat/mink v2.0
Will try if I can push something in the upstream repo of behat/mink-selenium2-driver or sensiolabs/behat-page-object-extension

Edit:
Running with selenium/standalone-chrome:104 and w3c disabled works but in CI the tests can fail due to the issue related to memory spaces.
Also, using various chrome options is not helping.

--disable-gpu
--disable-gpu-sandbox
--disable-dev-shm-usage
--no-sandbox
--test-type=ui

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@saw-jan saw-jan self-assigned this Jun 13, 2023
@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliFilesExt-2-1-maria10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/38591/114

@ownclouders
Copy link
Contributor

💥 Acceptance tests pipeline cliEncryption-maria10.2-php7.4 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/core/38591/117

@saw-jan saw-jan changed the title [tests-only] Update selenium-chrome docker image [tests-only][full-ci] Update selenium-chrome docker image Jun 13, 2023
@saw-jan saw-jan force-pushed the update-selenium-image branch 3 times, most recently from 2da1556 to 4f257c9 Compare June 14, 2023 12:09
@saw-jan saw-jan closed this Nov 29, 2023
@saw-jan saw-jan deleted the update-selenium-image branch November 29, 2023 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webUI acceptance test Mink-selenium dependencies
2 participants