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
- Added util for setting the no-wrap on process level as a BOOL val.
- Moved the no-wrap logic to centralizeds place.
- Added default value and the type accepted in the help text for yargs.
Copy file name to clipboardExpand all lines: bin/helpers/constants.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ const cliMessages = {
105
105
LOCAL_MODE: 'Accepted values: ("always-on" | "on-demand") - if you choose to keep the binary "always-on", it will speed up your tests by keeping the Local connection warmed up in the background; otherwise, you can choose to have it spawn and killed for every build',
106
106
LOCAL_IDENTIFIER: "Accepted values: String - assign an identifier to your Local process instance",
107
107
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",
108
-
NO_WRAP: "Wrap the spec names in --sync mode in case of smaller terminal window size pass --no-wrap"
108
+
SYNC_NO_WRAP: "Wrap the spec names in --sync mode in case of smaller terminal window size pass --no-wrap"
0 commit comments