-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathSnapfile
More file actions
32 lines (25 loc) · 859 Bytes
/
Snapfile
File metadata and controls
32 lines (25 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Uncomment the lines below you want to change by removing the # in the beginning
# A list of devices you want to take the screenshots from
devices([
"iPhone 8",
"iPhone 8 Plus",
"iPhone Xs",
"iPhone Xs Max",
"iPhone Xʀ",
"iPhone 11",
"iPhone 11 Pro",
"iPhone 11 Pro Max"
])
languages([
"en-US",
])
# The name of the scheme which contains the UI Tests
scheme("FastlaneSnapshot")
# Where should the resulting screenshots be stored?
output_directory("./fastlane/screenshots")
# remove the '#' to clear all previously generated screenshots before creating new ones
clear_previous_screenshots(true)
# Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments
# launch_arguments(["-favColor red"])
# For more information about all available options run
# fastlane action snapshot