Closed martnst closed 8 years ago
I don't believe you can specify multiple Snapfiles. Perhaps you can use multiple lanes and call snapshot with different sets of args?
This issue was migrated to https://github.com/fastlane/fastlane/issues/1633. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
Hi *, I use
snapshot
not just for App Store screenshots but also for generating screenshots for my marketing website. For the website want more than 5 screenshots but only on one device and only in english. To control my UITests that take the screenshots I pass it alaunch_arguments
configured in theSnapfile
along side withdevices
andlanguages
.So wich this setup everything is great except I need to swap the Snapfiles (actually I am just adjusting a symlink) to choose which screenshots should be taken. Therefor I am wondering about specifying a Snapfile as a command line argument.