fastlane/lib/fastlane/actions/run_tests.rb in fastlane-2.122.0.beta.20190424200026 vs fastlane/lib/fastlane/actions/run_tests.rb in fastlane-2.122.0.beta.20190425200104

- old
+ new

@@ -68,9 +68,18 @@ is_string: false, default_value: true) ] end + def self.output + [ + ['SCAN_DERIVED_DATA_PATH', 'The path to the derived data'], + ['SCAN_GENERATED_PLIST_FILE', 'The generated plist file'], + ['SCAN_GENERATED_PLIST_FILES', 'The generated plist files'], + ['SCAN_ZIP_BUILD_PRODUCTS_PATH', 'The path to the zipped build products'] + ] + end + def self.is_supported?(platform) [:ios, :mac].include?(platform) end private_class_method