I'm not Gary :-)
parent
00a7ba06df
commit
11642dcef1
|
@ -5,9 +5,13 @@ require 'aruba/cucumber'
|
|||
require_relative 'test_config'
|
||||
|
||||
Before do
|
||||
#before automation execution methods go here
|
||||
# Automatically find the framework path
|
||||
default_path = File.join(File.expand_path(File.dirname(__FILE__)), '../../../')
|
||||
|
||||
# Add more paths manually if needed. For example:
|
||||
# "/Users/gary/rapid7/framework"
|
||||
@dirs = [default_path]
|
||||
|
||||
@dirs = ["/Users/gary/rapid7/framework"]
|
||||
@aruba_timeout_seconds = 150
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue