-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
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. |
I misread the main site. I can revert the changes for the other repo or we can keep it as it is. |
@jsmithe I reverted the change. You should be in the clear. Sorry for the hang up. |
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:
|
Introduce a beta configuration tag to separate the event of getting latest stable vs latest beta.
The text was updated successfully, but these errors were encountered: