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

Introduce a beta channel tag and logic for driver binary versions #46

Open
jason-edstrom opened this issue Sep 5, 2019 · 4 comments
Open
Assignees

Comments

@jason-edstrom
Copy link
Collaborator

Introduce a beta configuration tag to separate the event of getting latest stable vs latest beta.

@jsmithe
Copy link

jsmithe commented Feb 21, 2020

Noticing some failures after the latest updated to driver 81 because it is in beta channel

webdriverextensions/webdriverextensions-maven-plugin-repository@99d63ea

We could test against this locally but our CI build server isn't going to use beta versions of Chrome. So for now we will have to specify the 80.x version.

@jason-edstrom
Copy link
Collaborator Author

jason-edstrom commented Feb 21, 2020

I misread the main site. I can revert the changes for the other repo or we can keep it as it is.

@jason-edstrom
Copy link
Collaborator Author

@jsmithe I reverted the change. You should be in the clear. Sorry for the hang up.

@sephiroth-j
Copy link
Member

sephiroth-j commented Dec 7, 2021

In most cases we are speaking of Chromedriver and the beta version of today is likely to become the stable version of tomorrow.

I would keep it simple:

  • separate the beta drivers into a their own repository file
  • add an option to include beta drivers
  • if this option is enabled, the beta-repository file will be loaded as well and merged into the list of the stable drivers
  • if the beta-repository includes a newer version of a driver than the regular (stable) then the newer (beta) version will be used, otherwise the (newer) stable version

@sephiroth-j sephiroth-j added this to the v3.4.0 milestone Dec 9, 2021
@sephiroth-j sephiroth-j modified the milestones: v3.4.0, v3.5.0 Nov 27, 2022
@sephiroth-j sephiroth-j removed this from the v3.5.0 milestone Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants