-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade chromedriver helper to webdrivers #18
Upgrade chromedriver helper to webdrivers #18
Conversation
This gem is now deprecated and can be replaced with the better supported webdrivers.
a4e31d1
to
f8b21eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to also update the CHANGELOG with the breaking change.
👍 wasn't sure if this should be done here or in the version change PR |
3deff5c
to
fa67267
Compare
Having had and fixed this problem myself, I've ended up with my own solution - sorry for the duplication. What do people think about this alternative: #19. The problem we've had in the past is that Google retract old versions of Chrome when they release new ones, so the version-management aspect of these gems is a bit of a fantasy :-|. (Companion PR that should hopefully do the trick alphagov/govuk-puppet#9029.) |
chromedriver-helper is now deprecated and they recommend switching to webdrivers. This is similar to what we're doing for alphagov/govuk_test#18. The reason Smokey currently doesn't use govuk_test is that the Smokey testing environment is very different to an app testing environment, however we could aim to make govuk_test more customisable so we could switch over in the future.
d125283
to
8e38ca3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 nice one - thanks for persisting with this!
6275547
to
af804f1
Compare
af804f1
to
196c751
Compare
chromedriver-helpers
is now deprecated and can be replaced with the bettersupported
webdrivers
.webdrivers
causes an issue withwebmock
. This Gem will now configure Webmock for consuming applications.Trello