Questions tagged [fastlane-snapshot]
35 questions
0
votes
2 answers
Xcode UI tests, development language, fallback translation and CI servers
Following scenario:
I'm having an iOS project that automatically gets unit and UI tested on every git push on a CI server (CircleCI). The tests are executed with fastlane which is also used to create screenshots for the App Store automatically.
Now,…

JanMensch
- 1,720
- 1
- 18
- 27
0
votes
1 answer
XCUITest needs to be ran twice to be successful because of app reboot
I have a VoIP application that somewhere during the on boarding process resets itself. Because of this the first time I run the UI test it will always fail and the second time it will always pass.
I use this UI Test to create screenshots with…

Lucas van Dongen
- 9,328
- 7
- 39
- 60
0
votes
2 answers
Fastlane: snapshot. Where is the temp folder
Where is the temp folder for the images that are created during the process of the fastlane: snapshot tool?

Martin Mlostek
- 2,755
- 1
- 28
- 57
0
votes
2 answers
Wait for NSNotification before continuing
I'm sure there is a simple solution but I don't know how to achieve it. I'm writing UI Unit testing for my iOS Application (currently in Objective C but happy for a Swift solution too) so that I can use Fastlane's snapshot command but since the…

Tim
- 522
- 1
- 5
- 18
0
votes
1 answer
frameit: Why is iPhone's 4 frame discontinued?
I am using frameit to add frames to my iOS screenshots, before uploading to the App Store. When it is the time for the iPhone 4S screens, I get the following error:
Unfortunately 3.5" device frames were discontinued.
Quite straightforward, however:…

Daniel
- 1,321
- 12
- 25