Skip to content

Commit 837d136

Browse files
Update FirebaseTestServer.java (#2223)
Enabling Test Orchestrator to run each of app's instrumentation tests independently without accumulating shared states. References: - https://firebase.google.com/docs/test-lab/android/firebase-console#new_instrumentation_tests_with_orchestrator - http://cloud/sdk/gcloud/reference/firebase/test/android/run#--use-orchestrator
1 parent df6a201 commit 837d136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/ci/device/FirebaseTestServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public void uploadApks(String variantName, File testApk, File testedApk) {
6262
"--type=instrumentation",
6363
"--app=" + testedApkPath,
6464
"--test=" + testApk,
65+
"--use-orchestrator",
6566
"--no-auto-google-login",
6667
"--no-record-video",
6768
"--no-performance-metrics",

0 commit comments

Comments
 (0)