Use Selenium Without Saucelabs in Drone#63606
Closed
Hamms wants to merge 49 commits into
Closed
Conversation
As part of our efforts to be more responsible with our usage of Saucelabs, explore using a self-hosted selenium container as the target for tests in drone.
…-drone' into elijah/selenium-without-sauce-in-drone
Extract some common functionality from the SauceLabs-specific Selenium logic into our generic Selenium helper, and streamline and clean up some miscellaneous associated code. All in preparation for [eventually adding an alternate remote Selenium browser](#63606)
…we do for sauce connect (TODO: redirect other domains)
… existing implementation
…ithout ios devices)
…without-sauce-in-drone
…robably won't work
Hamms
added a commit
that referenced
this pull request
Mar 3, 2025
* Refactor Selenium Connection Logic Extract some common functionality from the SauceLabs-specific Selenium logic into our generic Selenium helper, and streamline and clean up some miscellaneous associated code. All in preparation for [eventually adding an alternate remote Selenium browser](#63606) * only local browsers should default to headless * add ENV override for saucelabs url * avoid setting window-size on mobile browsers; be more consistent with existing implementation * [test ios] isolate references to $http_client to a single file * give global variable a more specific name (also kick off a test run without ios devices)
…, rather than trying to reference a network that we try to create on our own
…, as long as we can figure out how to create the network
Contributor
Author
|
Closing in favor of #65064 |
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.
As part of our efforts to be more responsible with our usage of Saucelabs, explore using a self-hosted selenium container as the target for tests in drone.
Links
Testing story
Deployment strategy
Follow-up work
Privacy
Security
Caching
PR Checklist: