lib/snapshot/options.rb in snapshot-1.11.1 vs lib/snapshot/options.rb in snapshot-1.12.0

- old
+ new

@@ -142,10 +142,15 @@ default_value: 1), FastlaneCore::ConfigItem.new(key: :stop_after_first_error, env_name: 'SNAPSHOT_BREAK_ON_FIRST_ERROR', description: "Should snapshot stop immediately after the tests completely failed on one device?", default_value: false, - is_string: false) + is_string: false), + FastlaneCore::ConfigItem.new(key: :derived_data_path, + short_option: "-f", + env_name: "SNAPSHOT_DERIVED_DATA_PATH", + description: "The directory where build products and other derived data will go", + optional: true) ] end end end