mirror of
https://github.com/hamaluik/timecop.git
synced 2025-08-06 14:59:00 +08:00
47 lines
777 B
YAML
47 lines
777 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
|
|
- cs
|
|
- fr-FR
|
|
- da
|
|
- de-DE
|
|
- es-ES
|
|
- it
|
|
- hi
|
|
- id
|
|
- ja
|
|
- ko
|
|
- nb-NO
|
|
- pt-PT
|
|
- ru
|
|
- tr
|
|
- zh-CN
|
|
- zh-TW
|
|
- 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
|