12 lines
565 B
Plaintext
12 lines
565 B
Plaintext
app_package_name 'com.github.ashutoshgngwr.noice.debug'
|
|
tests_package_name 'com.github.ashutoshgngwr.noice.debug.test'
|
|
use_tests_in_classes ['com.github.ashutoshgngwr.noice.GenerateScreenshots']
|
|
test_instrumentation_runner 'androidx.test.runner.AndroidJUnitRunner'
|
|
use_adb_root true
|
|
use_timestamp_suffix false
|
|
app_apk_path 'app/build/outputs/apk/full/debug/app-full-debug.apk'
|
|
tests_apk_path 'app/build/outputs/apk/androidTest/full/debug/app-full-debug-androidTest.apk'
|
|
clear_previous_screenshots true
|
|
skip_open_summary true
|
|
launch_arguments ['is_screengrab true']
|