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
Copy file name to clipboardExpand all lines: lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -513,12 +513,12 @@ def self.available_options
513
513
# Release Testing
514
514
FastlaneCore::ConfigItem.new(key: :test_devices,
515
515
env_name: "FIREBASEAPPDISTRO_TEST_DEVICES",
516
-
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.",
516
+
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",
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.",
521
+
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",
522
522
optional: true,
523
523
type: String),
524
524
FastlaneCore::ConfigItem.new(key: :test_username,
@@ -538,7 +538,7 @@ def self.available_options
538
538
optional: true,
539
539
type: String),
540
540
FastlaneCore::ConfigItem.new(key: :test_async,
541
-
description: "Run tests asynchronously. Visit the Firebase console for the automatic test results.",
541
+
description: "Run tests asynchronously. Visit the Firebase console for the automatic test results",
0 commit comments