Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/snapshot

1.9.0 Password and Language Improvements

22 Feb 21:37
Compare
Choose a tag to compare
  • Turns off "Connect Hardware Keyboard" by default
  • Updates SnapshotHelper.swift to handle locale and device language better
Note: This will require an update to SnapshotHelper.swift to handle the new mechanism for passing languages and locales, this should get handled automatically by snapshot update

Special thanks to @koenpunt and @bartoszj

1.8.0 Media Support

19 Feb 19:38
Compare
Choose a tag to compare
  • You can now add photos and videos to the simulator
  • Added new --erase_simulator option to completely reset the simulator before running
  • Fixed output directories containing a ~

Special thanks to @koenpunt

1.7.0 New UI and Auto-Retry

09 Feb 21:41
Compare
Choose a tag to compare
  • snapshot now uses the new fastlane UI
  • When one test fails, snapshot will automatically re-try before actually failing
  • You can change the number of retries using the :number_of_retries option
  • Improved support for future Xcode releases
  • Added access to the current locale in your SnapshotHelper.swift file

1.6.0 Improvements

01 Feb 22:16
Compare
Choose a tag to compare
  • Improved detection of loading indicator, including iPad support and SimulatorStatusMagic (thanks @JaviSoto)
  • Improved automatic scheme selection
  • Improved error handle when scheme is not properly configured
  • Fixed CLI option parsing for ios_version

1.5.0 Improvements

25 Jan 17:51
Compare
Choose a tag to compare
  • Added new xcpretty_args option
  • Improved iPad loading indicator support

1.4.4 Improvements

12 Jan 22:46
Compare
Choose a tag to compare

Improved detection when something went wrong when creating screenshots

1.4.3 Improvements

06 Jan 20:23
Compare
Choose a tag to compare
  • Allow array options (e.g. devices) to be provided on the command line
  • Improved error reporting

1.4.2 reset_simulators now re-creates watchOS and tvOS

11 Dec 17:45
Compare
Choose a tag to compare
  • snapshot reset_simulators will now also create fresh watchOS and tvOS simulators (thanks @neonichu)
  • Updated SnapshotHelper.swift to better work with Objective C

1.4.1 App Identifier is now optional

09 Dec 19:40
Compare
Choose a tag to compare

You'll not be asked for the app identifier when reinstallation is not enabled

1.4.0 Automatic reinstall of the app

06 Dec 22:30
Compare
Choose a tag to compare

snapshot can now automatically reinstall your app (thanks @mugabe)

snapshot --reinstall_app --app_identifier "tools.fastlane.app"