February 2018
Intermediate to advanced
346 pages
9h 56m
English
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 | +------------------------+--------------------+ ... +----------------------------+---------------------------------------------------------------+ ...
Read now
Unlock full access