Snapshot Versions Save

Automate taking localized screenshots of your iOS app on every device

1.14.0

7 years ago
  • Show device names and fix grouping in report, fixing #5502 (#5848)
  • Remove encoding from screenshot names (#5768)
  • Update fastlane_core dependency (#5712)
  • Make snapshot work for Apple TV (#5582)
  • Include the “iPad Pro” by default and Xcode 8 support (#5698)

1.13.1

7 years ago
  • Refactor snapshot to launch Simulator.app via fastlane_core (#5597)
  • Add printing out of snapshot progress (#5576)

1.13.0

7 years ago
  • Provide xcode-select -p variation for FASTLANE_EXPLICIT_OPEN_SIMULATOR (#5529)
  • Use user_error! instead of raise for snapshot failure (#5146)
  • Add build setting to xcodebuild command so projects can detect snapshot during build (#5051)

1.12.3

7 years ago
  • Improve reset_simulators behavior when making a phone-watch pair

1.12.2

7 years ago
  • Add experimental flag to explicitly open the simulator before the test run
  • Added localize_simulator option (thanks @st3fan)
  • Updated SnapshotHelper.swift

1.12.1

8 years ago
  • Fix snapshot for changes to test output from Xcode 7.3

1.12.0

8 years ago
  • Allow a fixed derived data path to cache results between runs (thanks st3fan!!)

1.11.1

8 years ago
  • Make clear_previous_screenshots work for both relative and absolute directories

1.11.0

8 years ago
  • Save screenshots in the locale or language folder (whichever is more specific). Thank you to @makadaw!

1.10.0

8 years ago
  • Improve CI support by putting temp files in ~/Library/Caches/tools.fastlane rather than /tmp (thanks @bartoszj!)
  • Fix reset_simulators -ios option conflicting with the --ios_version option (double thanks to @bartoszj!!!)
  • Code cleanup to be ready for the monorepo
  • Trim whitespace from locale and language on load (thanks @mikrohard!)
  • Improve how updates to the SnapshotHelper.swift file are recognized