Method: Repeater#run
- Defined in:
- lib/xcmonkey/repeater.rb
#run ⇒ Object
8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/xcmonkey/repeater.rb', line 8 def run params = { udid: udid, throttle: throttle, bundle_id: bundle_id, ignore_crashes: ignore_crashes, disable_simulator_keyboard: disable_simulator_keyboard, session_actions: actions } Driver.new(params).repeat_monkey_test end |