-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnapfile
More file actions
39 lines (27 loc) · 1.43 KB
/
Snapfile
File metadata and controls
39 lines (27 loc) · 1.43 KB
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
33
34
35
36
37
38
39
# A list of devices you want to take the screenshots from
devices(["iPhone 15 Pro Max", "iPad Pro (12.9-inch) (6th generation)"])
# A list of languages which should be used. See https://docs.fastlane.tools/actions/snapshot/#available-language-codes
languages(["en-US", "ru"])
# By default, the latest version should be used automatically. If you want to change it, do it here.
#ios_version("18.1")
# Пропускаем открытие html-файла с результатами
skip_open_summary(true)
# Переустановить приложение перед стартом
reinstall_app(true)
# Enabling this option will configure the Simulator's system language
localize_simulator(true)
# Should snapshot stop immediately after the tests completely failed on one device?
stop_after_first_error(true)
# Количество попыток в случае ошибок
number_of_retries(0)
# Prevents packages from automatically being resolved to versions other than those recorded in the Package.resolved file
disable_package_automatic_updates(true)
# The name of the scheme which contains the UI Tests
scheme("WorkoutAppUITests")
# remove the '#' to clear all previously generated screenshots before creating new ones
clear_previous_screenshots(true)
skip_package_dependencies_resolution(true)
disable_package_automatic_updates(true)
output_simulator_logs(true)
# For more information about all available options run
# fastlane action snapshot