Questions tagged [fastlane-snapshot]
35 questions
43
votes
2 answers
Device 'iPad Pro (12.9-inch) (2nd generation)' not in list of available simulators
I was hoping someone would know what to do with this error I am receiving after running fastlane snapshot
Error setting value '["iPhone 11 Pro Max", "iPhone 8 Plus", "iPad Pro (12.9-inch) (2nd generation)", "iPad Pro (12.9-inch) (3rd generation)"]'…

BB193DEV
- 432
- 4
- 11
32
votes
4 answers
How to tap on a specific point using Xcode UITests
I want to use Xcode UI tests with the Fastlane Snapshot to make screenshots of the Cordova app. Basically, as my entire app is just a web view, all the Xcode UI test helper methods become irrelevant, and I just want to tap on specific points, e.g.…

Dmitry Sokurenko
- 6,042
- 4
- 32
- 53
19
votes
4 answers
Fastlane windows cannot installing
How to install fastlane in windows? i installed rubygems , but i dont know how to install fastlane on windows. please tell me how to install fastlane in windows?

Elangovan S
- 192
- 1
- 1
- 12
11
votes
5 answers
How to test Dynamic Type (larger font sizes) in iOS Simulator
Changing Dynamic Type settings in iOS can be done manually (Settings > General > Accessibility > Larger Text).
But this does not appear to work in the current Simulator (v9.3 at the time of writing), and doing so manually is not a solution where…

Clafou
- 15,250
- 7
- 58
- 89
9
votes
1 answer
Xcode crashes when trying to make a UI test that involves a webview
Working on building an automatic UI test for a swift iOS app. The app involves a web-view for logging in with facebook. Every time tap within the bounds of the web-view and try to log into facebook it crashes Xcode if I am attempting to build the UI…

A Israfil
- 519
- 4
- 25
9
votes
1 answer
How to correctly UITest an application with UIImagePickerController (or any other native VC)
I'm trying to automate creating screenshots of my application using Snapshot, and all goes well, until I want to navigate through a UIImagePickerController which has set allowsEditing to true.
The weird thing is that in the iPhone 4s, 5s and 6s…

Koen.
- 25,449
- 7
- 83
- 78
8
votes
1 answer
fastlane screengrab: "has not requested permission android.permission.CHANGE_CONFIGURATION"
I'm trying to execute the command fastlane screengrab in a Nexus 5X API 26 emulator.
This is the result I get:
rcarba$ fastlane screengrab
[✔]
[16:00:51]: fastlane detected a Gemfile in the current directory
[16:00:51]: however it…

rcarba
- 667
- 7
- 22
6
votes
1 answer
"App failed to quiesce within 60s"in React-Native project
So I'm attempting to run an XCode UI Test on my React Native project. My goal is to use fastlane/snapshot to grab screenshots of my app.
I finally figured out how to script my app to do what I want. Unfortunately, the app gets stuck with an App…

Mike Lambert
- 1,976
- 1
- 17
- 31
4
votes
0 answers
fastlane - snapshot not working
I want to create screenshots using fastlane snapshot. I am facing problems in three different cases.
Case 1:
I have a collection view that has cells with one image and a label.
Tapping on a cell will open a VC (lets call it editVC) that is a form…

ashishn
- 410
- 5
- 18
4
votes
1 answer
iOS - How to pass build params in fastlane snapshot
I am using fastlane snapshot tool for taking snapshot for app screens.
According to fastlane community, i need to run,
fastlane snapshot init
Then after configuring project ui test target, i need to run
fastlane snapshot
But if I want to provide…

Sazzad Hissain Khan
- 37,929
- 33
- 189
- 256
4
votes
2 answers
When using fastlane frameit for screenshots, how do you stack the title and keyword text?
I'm generating app store screenshots using fastlane frameit. How do you stack the keyword on top of the title like in the image below?

bgolson
- 3,460
- 5
- 24
- 41
3
votes
1 answer
Fastlane frameit unsupported screen size when deliver to App store
Using Swift5, iOS-12.2, Xcode-10.2(10E125) and running everything with a GitLab CI,
There seem to be an issue with screenshot screen sizes during App release step (using Fastlane's deliver). The screenshots are created nicely (with Fastlane's…

iKK
- 6,394
- 10
- 58
- 131
3
votes
1 answer
I am getting error for the Language Setting in fastlane when i trying to capture screenshots using Screengrab
I am getting the error in the takeScreenShot() and it also give me the error of language configuration while executing the command fastlane Screengrab
Here is my test Execution Code
/**
* Instrumentation test, which will execute on an Android…

Shubham Sejpal
- 3,556
- 2
- 14
- 31
2
votes
2 answers
command fails on jenkins, but works on terminal
I'm working on using fastlane screengrab/snapshot to take screenshots of my android and ios app. When I run them locally on terminal, they work perfectly, but when I run them from jenkins, they fail. I'm using macOS.…

Son Nguyen
- 1,124
- 2
- 10
- 24
2
votes
0 answers
Fastlane screengrab saves tablet screenshot in phonescreenshots folder instead of seven or ten inch screenshots folder
I need to take screenshots from a Mobile and a tablet. When I run fastlane screengrab command it saves both devices screenshots in phonescreenshots folder. Please let me know if I am missing something.

chank007
- 240
- 2
- 8