Method: Fastlane::Factory::AVD_Controller.create_output_file

Defined in:
lib/fastlane/plugin/automated_test_emulator_run_mik/factory/avd_controller_factory.rb

.create_output_file(params) ⇒ Object



10
11
12
# File 'lib/fastlane/plugin/automated_test_emulator_run_mik/factory/avd_controller_factory.rb', line 10

def self.create_output_file(params)
  output_file = Tempfile.new('emulator_output', '#{params[:AVD_path]}')
end