-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscreenshots.yaml
37 lines (29 loc) · 1007 Bytes
/
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
# Screen capture tests
# Note: flutter driver expects a pair of files eg, main.dart and main_test.dart
driver: test_driver/screenshot_driver.dart
tests:
- integration_test/screenshots_test.dart
# Interim location of screenshots from tests before processing
staging: /tmp/screenshots/staging
# A list of locales supported in app
locales:
- en-GB
- de-DE
# A list of devices to run tests on
devices:
android:
Nexus 9:
orientation:
- LandscapeRight
Pixel 4:
orientation:
- Portrait
# Frame screenshots
frame: false
# 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