forked from trygvis/screenshots
-
Notifications
You must be signed in to change notification settings - Fork 1
/
screenshots.yaml
38 lines (31 loc) · 1 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
# 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:
- en-US
# - fr-CA
# A list of devices to run tests on
devices:
ios:
iPhone XS Max:
frame: false
iPad Pro (12.9-inch) (2nd generation):
orientation: LandscapeRight
android:
Nexus 6P:
orientation:
- LandscapeRight
- Portrait
# 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