-
-
Save Aidan128/df9d6bcce8c9053032c2a4b6f152bfab to your computer and use it in GitHub Desktop.
fladle content for project-level build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fladle { | |
serviceAccountCredentials = \ | |
project.layout.projectDirectory.file("flank-gradle-service-account.json") | |
smartFlankGcsPath = 'gs://flank_data/results/JUnitReport.xml' | |
localResultsDir = 'flankResults' | |
useOrchestrator = true | |
recordVideo = false | |
performanceMetrics = false | |
maxTestShards = 1 | |
devices = [ | |
[ "model": "Pixel2", "version": "29" ] | |
] | |
debugApk = project.provider { "${rootProject.projectDir}/app/build/outputs/apk/debug/app-debug.apk" } | |
environmentVariables = [ | |
"clearPackageData": "true", | |
"coverage": "true", | |
"coverageFilePath": "/sdcard/Download/" | |
] | |
directoriesToPull = [ | |
'/sdcard/Download' | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment