forked from mozilla-mobile/focus-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScreengrabfile
26 lines (19 loc) · 1.11 KB
/
Screengrabfile
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
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
use_tests_in_packages ['org.mozilla.focus.activity.screenshots']
app_package_name 'org.mozilla.focus.debug'
use_tests_in_packages ['org.mozilla.focus.activity']
app_apk_path 'app/build/outputs/apk/app-focus-webview-debug.apk'
tests_apk_path 'app/build/outputs/apk/app-focus-webview-debug-androidTest.apk'
# 63 locales
locales ['ar', 'ast', 'az', 'bg', 'bn-BD', 'bn-IN', 'ca', 'cs',
'cy', 'da', 'de', 'dsb', 'el', 'eo', 'es-AR', 'es-CL', 'es-ES', 'es-MX', 'eu',
'fa', 'fr', 'fy-NL', 'ga-IE', 'he', 'hi-IN', 'hsb', 'hu', 'hy-AM', 'id', 'it',
'ja', 'ka', 'kab', 'kk', 'ko', 'lo', 'mix', 'ms', 'my','nb-NO', 'ne-NP', 'nl',
'nn-NO', 'pl', 'pt-BR', 'ro', 'ru', 'sk', 'sl', 'sq', 'sr', 'sv-SE', 'ta', 'te',
'th', 'tr','uk', 'ur','zh-CN', 'zh-TW','en-US']
# clear all previously generated screenshots in your local output directory before creating new ones
clear_previous_screenshots false
exit_on_test_failure false
skip_open_summary true