Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Last active June 9, 2022 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aidan128/df9d6bcce8c9053032c2a4b6f152bfab to your computer and use it in GitHub Desktop.
Save Aidan128/df9d6bcce8c9053032c2a4b6f152bfab to your computer and use it in GitHub Desktop.
fladle content for project-level build.gradle
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