gcloud firebase test android run offers parameters which are also configurable in a module's build.gradle file.
How are they related to each other?
- Do Firebase Test Lab parameters take precedence over build.gradle parameters?
- When you run Firebase Test Lab, does it completely ignore build.gradle parameters?
For example:
- How is the Firebase Test Lab parameter
--test-runner-class
related to the build.gradle parametertestInstrumentationRunner
- How is the Firebase Test Lab parameter
--environment-variables clearPackageData=true
related to the build.gradle parametertestInstrumentationRunnerArguments clearPackageData