-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshots.yaml
44 lines (37 loc) · 1.02 KB
/
screenshots.yaml
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
40
41
42
43
44
# Screen capture tests
# Note: flutter driver expects a pair of files eg, main.dart and main_test.dart
tests:
- test_driver/main.dart
# Interim location of screenshots from tests before processing
staging: /tmp/screenshots
# A list of locales supported in app
locales:
- ar-SA
- cs-CZ
- de-DE
- en-US
- es-ES
- in-ID
- iw-IL
- ja-JP
- ko-KR
- ms-SG
- ru-RU
- zh-CN
# A list of devices to run tests on
devices:
ios:
iPhone Xs Max:
iPad Pro (12.9-inch) (2nd generation):
orientation: LandscapeRight
android:
Nexus 6P:
# Frame screenshots
frame: true
# Run mode can be one of 'normal' (default), 'recording', 'comparison' or 'archive'.
# If run mode is 'recording' or 'comparison', a directory is required for recorded images.
recording: /tmp/screenshots_record
# If not intending to upload screenshots, images can be stored in an archive dir.
# This over-rides output to fastlane dirs.
# If run mode is 'archive', a directory is required for archived images.
archive: /tmp/screenshots_archive