Sha256: 311b1bee2d3d9822812402e7d52008b25d454fdd5d80682886b2202afc29ca10

Contents?: true

Size: 425 Bytes

Versions: 12

Compression:

Stored size: 425 Bytes

Contents

desc 'vnc', 'Show the hidden VNC window'
long_desc <<-LONGDESC
Example: `geordi vnc` or `geordi vnc --setup`

Launch a VNC session to the hidden screen where `geordi cucumber` runs Selenium
tests.
LONGDESC

option :setup, type: :boolean, desc: 'Guide through the setup of VNC'

def vnc
  if options.setup
    invoke_geordi :_setup_vnc
  else
    require 'geordi/cucumber'
    Geordi::Cucumber.new.launch_vnc_viewer
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
geordi-5.4.0 lib/geordi/commands/vnc.rb
geordi-5.3.0 lib/geordi/commands/vnc.rb
geordi-5.2.4 lib/geordi/commands/vnc.rb
geordi-5.2.3 lib/geordi/commands/vnc.rb
geordi-5.2.2 lib/geordi/commands/vnc.rb
geordi-5.2.1 lib/geordi/commands/vnc.rb
geordi-5.2.0 lib/geordi/commands/vnc.rb
geordi-5.1.0 lib/geordi/commands/vnc.rb
geordi-5.0.0 lib/geordi/commands/vnc.rb
geordi-4.2.1 lib/geordi/commands/vnc.rb
geordi-4.2.0 lib/geordi/commands/vnc.rb
geordi-4.1.1 lib/geordi/commands/vnc.rb