fastlane/lib/fastlane/actions/appium.rb in fastlane-2.69.0.beta.20171212010004 vs fastlane/lib/fastlane/actions/appium.rb in fastlane-2.69.0
- old
+ new
@@ -159,16 +159,18 @@
FastlaneCore::ConfigItem.new(
key: :caps,
env_name: 'FL_APPIUM_CAPS',
description: 'Hash of caps for Appium::Driver',
is_string: false,
+ type: Hash,
optional: true
),
FastlaneCore::ConfigItem.new(
key: :appium_lib,
env_name: 'FL_APPIUM_LIB',
description: 'Hash of appium_lib for Appium::Driver',
is_string: false,
+ type: Hash,
optional: true
)
]
end