Snapshot Versions Save

Automate taking localized screenshots of your iOS app on every device

1.3.0

8 years ago
  • snapshot now supports running snapshot with different launch arguments. More information in the documentation (Thanks @Ashton-W)
  • Added a nice summary table after running the UI Tests for all devices
  • Fixed an issue where the simulator would throw random error messages
screenshot 2015-12-05 20 15 40 screenshot 2015-12-05 20 08 54

1.2.2

8 years ago
  • snapshot is now a hundred times faster, by caching the DerivedData when switching device types and languages :sparkles: :rocket: :sparkles:
  • This release also improves the Swift code style of SnapshotHelper.swift
  • Renamed simulator headlines in HTML summary

1.2.1

8 years ago
  • Fixed error in the generated Snapfile
  • Take iOS version into account when selecting a simulator

1.2.0

8 years ago

The biggest snapshot release yet, please read the notes below carefully:

:raised_hands: No more random touches when a screenshot is taken

Thanks to @safx snapshot now makes use of a .Unknown rotation, that has no effect to your app, but is enough to trigger a screenshot

Important: you need to update your SnapshotHelper.swift file. To do so, please run snapshot update or manually update according to the documentation

:santa: No more graphic glitches when taking screenshots

Due to a bug (rdar://23323159) the simulator takes invalid screenshots when the scale level is not set to 100%.snapshot will now automatically set all your simulators to 100% so you don't have to think about it :tada: Special thanks to @ConfusedVorlon for coming up with a solution on how to set this automatically.

:computer: Support for iPad Pro

Thanks to @aquarius snapshot now supports the iPad pro in the HTML report and is added to new Snapfiles by default

1.1.1

8 years ago
  • Improved the detection of projects in some cases
  • Improved table of summary
  • Improved passing of launch arguments

1.1.0

8 years ago
  • Added new clean option
  • Fixed a bug with the skip_open_summary option
  • Updated xcpretty dependency
  • Fixed setting the AppleLocale
  • Improved documentation

1.0.5

8 years ago
  • You can now write the tests in Objective-C
  • Fixed an xcodebuild timeout error

1.0.4

8 years ago
  • Added AppleLocale to swift helper
  • Improved test handling

1.0.3

8 years ago
  • All devices are now enabled by default
  • Apple TV is not selected by default any more
  • Added update instructions when still having old configuration files

1.0.2

8 years ago
  • Fixed snapshot reset_simulators with Xcode 7.1
  • Improved error handling
  • Improved documentation