screenshots.yaml
32 removals
Words removed | 121 |
Total words | 150 |
Words removed (%) | 80.67 |
37 lines
10 additions
Words added | 23 |
Total words | 52 |
Words added (%) | 44.23 |
17 lines
# Screen capture tests
# A list of screen capture tests
# Note: flutter driver expects a pair of files eg, main.dart and main_test.dart
tests:
tests:
- test_driver/main.dart
# Note: flutter driver expects a pair of files eg, main1.dart and main1_test.dart
- test_driver/main.dart
# Interim location of screenshots from tests before processing
# Interim location of screenshots from tests
staging: /tmp/screenshots
staging: /tmp/screenshots
archive: /tmp/screenshots_archive
# A list of locales supported in app
locales:
locales:
- en-US
- en-US
# - fr-CA
# A map of devices to emulate
# A list of devices to run tests on
devices:
devices:
# ios:
# iPhone XS Max:
# frame: false
# iPad Pro (12.9-inch) (2nd generation):
# orientation: LandscapeRight
android:
android:
emulator-5554:
Pixel_2_API_26:
orientation:
- Portrait
# Frame screenshots
# Frame screenshots
frame: true
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
# 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