lib/cukeforker/runner.rb in cukeforker-0.1.9 vs lib/cukeforker/runner.rb in cukeforker-0.2.0

- old
+ new

@@ -4,10 +4,10 @@ # Runner.run(features, opts) # # where 'features' is an Array of file:line # and 'opts' is a Hash of options: # - # :max => Fixnum number of workers (default: 2) + # :max => Fixnum number of workers (default: 2, pass 0 for unlimited) # :vnc => true/false,Class children are launched with DISPLAY set from a VNC server pool, # where the size of the pool is equal to :max. If passed a Class instance, # this will be passed as the second argument to VncTools::ServerPool. # :record => true/false,Hash whether to record a video of failed tests (requires ffmpeg) # this will be ignored if if :vnc is not true. If passed a Hash,