# remove the leading '#' to uncomment lines

# app_package_name('your.app.package')
# use_tests_in_packages(['your.screenshot.tests.package'])

app_apk_path('app/build/outputs/apk/debug/app-debug.apk')
tests_apk_path('app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk')

locales(['en-US', 'ja'])

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

# disable timestamp suffix
use_timestamp_suffix(false)

# copy screenshot any time
exit_on_test_failure(false)

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