Sha256: 36ab14071dc53c8632018d8ffe87db5d07b8234a64a954b41c425658671187b2
Contents?: true
Size: 694 Bytes
Versions: 21
Compression:
Stored size: 694 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, in case Chrome and chromedriver versions don't match LONGDESC option :quiet_if_matching, type: :boolean, default: false, desc: 'Suppress notification if chromedriver and chrome versions match' def chromedriver_update require 'geordi/chromedriver_updater' ChromedriverUpdater.new.run(options) end
Version data entries
21 entries across 21 versions & 1 rubygems