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

Releases: fastlane-old/snapshot

0.4.8 Improvements

17 Feb 10:29
Compare
Choose a tag to compare
  • iOS Simulator is now closed after finished running snapshot
  • Added custom_args options to pass your own compiler flags
  • Fixed not taking ios_version into account
  • Improved HTML page generation

0.4.7 Clear old screenshots

31 Jan 18:22
Compare
Choose a tag to compare

You can now add

clear_previous_screenshots

to your Snapfile to clear the previously generated screenshots before creating new ones.

0.4.6 Custom iPad Automation file

31 Jan 17:53
Compare
Choose a tag to compare
  • Use -iPad.js automation files to only run on iPads
  • Relative paths in HTML report
  • Improvements for finding the bundle identifier

0.4.5 Fixed not using the latest build

30 Jan 22:41
Compare
Choose a tag to compare

snapshot used an outdated app sometimes. From now on, snapshot will re-install the app on each run.

In case you don't want to reinstall the app use:

SNAPSHOT_SKIP_UNINSTALL=1 snapshot

0.4.4 Verbose flag to show Instruments log

28 Jan 22:39
Compare
Choose a tag to compare

Use snapshot --verbose to show the output of your UI Automation script for easier debugging.

This version also updates the snapshot --help command to provide better information.

0.4.3 Update of UI Automation template

27 Jan 00:29
Compare
Choose a tag to compare

If you have an existing project, don't forget to copy the latest SnapshotHelper.js from https://github.com/KrauseFx/snapshot/blob/master/lib/assets/SnapshotHelper.js

0.4.2 Rotating of landscape screenshots

27 Jan 00:25
Compare
Choose a tag to compare

Thanks to the awesome pull request by @joshdholtz snapshot now automatically rotates the landscape screenshots in the correct direction

0.4.1 Instructions to add permissions

16 Jan 11:00
Compare
Choose a tag to compare

On the first run of snapshot, it will detect, if the script needs a sudo permission, thanks @joshdholtz: #41

0.4.0 fastlane release

15 Jan 16:20
Compare
Choose a tag to compare

This is the first release with full fastlane support

0.3.3 Faster building

09 Dec 15:25
Compare
Choose a tag to compare

You can now run snapshot --noclean to skip cleaning the project and the build folder