Sha256: 6d74fdc14bda36c019fb8b8b0cd523f36f56d713fc77baebfe103be64027966e
Contents?: true
Size: 693 Bytes
Versions: 9
Compression:
Stored size: 693 Bytes
Contents
desc 'chromedriver-update', 'Update the chromedriver' long_desc <<-LONGDESC Example: `geordi chromedriver_update` This command will find and install the matching chromedriver for the currently installed Chrome. Setting `auto_update_chromedriver` to `true` in your global Geordi config file (`~/.config/geordi/global.yml`), will automatically update chromedriver before cucumber tests if a newer chromedriver version is available. LONGDESC option :quiet_if_matching, type: :boolean, default: false, desc: 'Suppress notification if chromedriver is already on the latest version' def chromedriver_update require 'geordi/chromedriver_updater' ChromedriverUpdater.new.run(options) end
Version data entries
9 entries across 9 versions & 1 rubygems