Created
March 11, 2019 21:05
-
-
Save piotrmadry/5d8e944e2ff9f7e9eb3e852979920244 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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