forked from claudius-kienle/screenshots
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscreenshots.yaml
More file actions
40 lines (32 loc) · 1.06 KB
/
screenshots.yaml
File metadata and controls
40 lines (32 loc) · 1.06 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
40
# Screen capture tests
# Note: flutter driver expects a pair of files eg, main.dart and main_test.dart
driver: test_driver/integration_test.dart
tests:
- integration_test/main_test.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