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: bin/helpers/constants.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ const cliMessages = {
107
107
LOCAL_IDENTIFIER: "Accepted values: String - assign an identifier to your Local process instance",
108
108
LOCAL_CONFIG_FILE: "Accepted values: String - path to local config-file to your Local process instance. Learn more at https://www.browserstack.com/local-testing/binary-params",
109
109
SYNC_NO_WRAP: "Wrap the spec names in --sync mode in case of smaller terminal window size pass --no-wrap",
110
-
REPORTER: "REPORTER",
111
-
REPORTER_OPTIONS: "REPORTER_OPTIONS",
110
+
REPORTER: "Specify the custom reporter to use",
111
+
REPORTER_OPTIONS: "Specify reporter options for custom reporter",
0 commit comments