lib/snapshot/options.rb in snapshot-1.5.0 vs lib/snapshot/options.rb in snapshot-1.6.0
- old
+ new
@@ -58,9 +58,10 @@
env_name: "SNAPSHOT_OUTPUT_DIRECTORY",
description: "The directory where to store the screenshots",
default_value: output_directory),
FastlaneCore::ConfigItem.new(key: :ios_version,
description: "By default, the latest version should be used automatically. If you want to change it, do it here",
+ short_option: "-i",
default_value: Snapshot::LatestIosVersion.version),
FastlaneCore::ConfigItem.new(key: :stop_after_first_error,
env_name: 'SNAPSHOT_BREAK_ON_FIRST_ERROR',
description: "Should snapshot stop immediately after one of the tests failed on one device?",
default_value: false,