File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def is_sauce
70
70
71
71
t 'absolute_app_path' do
72
72
def absolute_app_path path
73
- $driver. class . absolute_app_path ( { caps : { app : path } } )
73
+ $driver. class . absolute_app_path ( caps : { app : path } )
74
74
end
75
75
76
76
def validate_path path
Original file line number Diff line number Diff line change 26
26
test_dir = "/#{ device } /"
27
27
28
28
caps = Appium . load_appium_txt file : appium_txt , verbose : true
29
- caps = caps . merge ( { appium_lib : { debug : true , wait : 1 } } )
29
+ caps = caps . merge ( appium_lib : { debug : true , wait : 1 } )
30
30
caps [ :app ] = ENV [ 'SAUCE_PATH' ] if ENV [ 'SAUCE_USERNAME' ] && ENV [ 'SAUCE_ACCESS_KEY' ]
31
31
32
32
trace_files = [ ]
71
71
# Exit after tests.
72
72
Minitest . after_run { $driver. x if $driver }
73
73
# Run Minitest. Provide test file array for tracing.
74
- Minitest . run_specs ( { trace : trace_files } )
74
+ Minitest . run_specs ( trace : trace_files )
You can’t perform that action at this time.
0 commit comments