Generating snapshots

With our UI test scripts in place and some snapshot requests, let's trigger our automated snapshots. From Terminal, enter the following:

fastlane snapshot

You will start observing snapshots triggering across various Simulators, and you should get an output in the Terminal console similar to the following:

+------------------------+--------------------+ | Detected Values from './fastlane/Snapfile' | +------------------------+--------------------+ | devices | ["iPhone 7 Plus"] | | languages | ["en-US", "de-DE"] | | scheme | FirefoxUITests | | stop_after_first_error | true | | concurrent_simulators | false | +------------------------+--------------------+ ... +----------------------------+---------------------------------------------------------------+ ...

Get Continuous Delivery for Mobile with fastlane now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.