Skip to content

Instantly share code, notes, and snippets.

@piotrmadry
Created March 11, 2019 21:05
Show Gist options
  • Save piotrmadry/5d8e944e2ff9f7e9eb3e852979920244 to your computer and use it in GitHub Desktop.
Save piotrmadry/5d8e944e2ff9f7e9eb3e852979920244 to your computer and use it in GitHub Desktop.
firebaseTestLab {
keyFile = file("developer-account.json")
googleProjectId = "mgm-resorts-app"
devices {
instrumentedTest {
deviceIds = ["Nexus5X"]
androidApiLevels = [23]
isUseOrchestrator = true
numShards = 4
environmentVariables = ["clearPackageData=true"]
testTargets = ["notAnnotation androidx.test.filters.LargeTest"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment