Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Screengrabfile - github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec3a434275454d92e7dba044d69b0d18bc2e1f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# remove the leading '#' to uncomment lines

app_package_name 'de.luhmer.owncloudnewsreader'
 use_tests_in_packages ['screengrab']
# use_tests_in_classes ['ScreenshotTest']

app_apk_path 'News-Android-App/build/outputs/apk/News-Android-App-debug-unaligned.apk'
tests_apk_path 'News-Android-App/build/outputs/apk/News-Android-App-debug-androidTest-unaligned.apk'

locales ['en-US', 'de-DE', 'fr-FR', 'it-IT']

# clear all previously generated screenshots in your local output directory before creating new ones
clear_previous_screenshots true

# For more information about all available options run
#   screengrab --help