You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Path to file containing group aliases used for distribution, separated by commas",
516
+
description: "Path to file containing group aliases used for distribution, separated by commas or newlines",
510
517
optional: true,
511
518
type: String),
512
519
FastlaneCore::ConfigItem.new(key: :testers,
@@ -516,7 +523,7 @@ def self.available_options
516
523
type: String),
517
524
FastlaneCore::ConfigItem.new(key: :testers_file,
518
525
env_name: "FIREBASEAPPDISTRO_TESTERS_FILE",
519
-
description: "Path to file containing email addresses of testers, separated by commas",
526
+
description: "Path to file containing email addresses of testers, separated by commas or newlines",
520
527
optional: true,
521
528
type: String),
522
529
FastlaneCore::ConfigItem.new(key: :release_notes,
@@ -533,12 +540,13 @@ def self.available_options
533
540
# Release Testing
534
541
FastlaneCore::ConfigItem.new(key: :test_devices,
535
542
env_name: "FIREBASEAPPDISTRO_TEST_DEVICES",
536
-
description: "List of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta",
543
+
description: "List of devices (separated by semicolons) to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta",
description: "Path to file containing a list of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta",
548
+
description: "Path to file containing a list of devices (sepatated by semicolons or newlines) to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. " \
549
+
"Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta",
0 commit comments