You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably make this configurable via Habitat. There may be people that do not want this, or environments where they want to use a preinstalled/vendored version
The text was updated successfully, but these errors were encountered:
I'm not sure if it should go in this library our be included in the generated app. I'm considering that capybara does not include the webdrivers gem, but it has to be added to the app.
The generated app would have LuckyFlow configured like:
require"webdrivers"LuckyFlow.configure do |settings|
settings.chromedriver_path =Webdrivers::Chromedriver.install
end
I think I'd prefer it to be in LuckyFlow so it "just works" out of the box. There are a lot of people that don't know about webdrivers and there's lives would be a lot happier with it I think 😂
But I think some people may not want it so as long as we have an option to disable it/provide your own path then I think it is probably the best of both worlds.
https://github.com/matthewmcgarvey/webdrivers.cr
See https://gitter.im/luckyframework/Lobby?at=5ea98b753d58de7a38e36686
We should probably make this configurable via Habitat. There may be people that do not want this, or environments where they want to use a preinstalled/vendored version
The text was updated successfully, but these errors were encountered: