Bug 1891342 - Part 2: Update iconAccentViolet color to Violet70 r=android-reviewers...
[gecko.git] / mobile / android / fenix / fastlane / Screengrabfile
blobcd7ec60774867cf3c4e4fd6a2936683dc7d3968b
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 app_package_name('org.mozilla.fenix.debug')
6 use_tests_in_packages(['org.mozilla.fenix.screenshots'])
8 app_apk_path('app/build/outputs/apk/geckoBeta/debug/app-geckoBeta-x86-debug.apk')
9 tests_apk_path('app/build/outputs/apk/androidTest/geckoBeta/debug/app-geckoBeta-debug-androidTest.apk')
10 test_instrumentation_runner 'androidx.test.runner.AndroidJUnitRunner'
12 locales(['en-US', 'fr-FR', 'it-IT', 'de-DE', 'ja', 'ru', 'zh-CN', 'zh-TW', 'ko'])
14 # clear all previously generated screenshots in your local output directory before creating new ones
15 clear_previous_screenshots(true)
17 # Clear all previous screenshots locally. Technically not needed in automation.
18 # But it's easier to debug this on a local device if there are no old screenshots
19 # hanging around.
20 clear_previous_screenshots true
22 exit_on_test_failure false
24 skip_open_summary false
25 reinstall_app true
27 # For more information about all available options run
28 #   fastlane screengrab --help