mirror of
https://github.com/hamaluik/timecop.git
synced 2025-08-06 14:59:00 +08:00
42 lines
743 B
YAML
42 lines
743 B
YAML
# Screen capture tests
|
|
# Note: flutter driver expects a pair of files eg, main.dart and main_test.dart
|
|
tests:
|
|
- test_driver/screenshots.dart
|
|
|
|
# Interim location of screenshots from tests before processing
|
|
staging: ./tmp/screenshots
|
|
|
|
# A list of locales supported in app
|
|
locales:
|
|
- en-CA
|
|
- fr-FR
|
|
- de-DE
|
|
- es-ES
|
|
- hi
|
|
- id
|
|
- ja
|
|
- ko
|
|
- pt-PT
|
|
- ru
|
|
- zh-Hans
|
|
- zh-Hant
|
|
- ar-SA
|
|
|
|
# A list of devices to run tests on
|
|
devices:
|
|
ios:
|
|
iPhone Xs Max:
|
|
orientation:
|
|
- Portrait
|
|
iPhone 8 Plus:
|
|
orientation:
|
|
- Portrait
|
|
iPad Pro (12.9-inch) (3rd generation):
|
|
orientation:
|
|
- Portrait
|
|
iPad Pro (12.9-inch) (2nd generation):
|
|
orientation:
|
|
- Portrait
|
|
|
|
frame: false
|