Closed dpettit closed 8 years ago
On your snapshot call in UITests, just prefix the tag numerically @"0snapshot", @"1another", @"3login", @"2last" - they will be uploaded in this order:
0snapshot 1another 2last 3login
Yeah, that's the easiest way :+1:
Perfect! Thanks!
Works with suggested fix.
This issue was migrated to https://github.com/fastlane/fastlane/issues/2110. 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:
I couldn't find anything in the documentation that demonstrates a way to automatically order the screenshots in iTunesConnect.
For example, if I use snapshot to capture 5 snapshots, is there any way for me to set the order of them in ITC? Let's say I wanted them to appear from left to right in a specific sequence (e.g. page-3, page-7, page-14, page-21, page-27): is there a way to do that? Would I use filename to sequence them, something else, or is there even a way to do this at this point?