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
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -224,18 +224,13 @@ const cliMessages = {
224
224
"Set configuration values. Separate multiple values with a comma. The values set here override any values set in your configuration file.",
225
225
REPORTER: "Specify the custom reporter to use",
226
226
REPORTER_OPTIONS: "Specify reporter options for custom reporter",
227
-
CYPRESS_GEO_LOCATION:
228
-
"Enterprise feature to simulate website and mobile behavior from different locations.",
229
-
SPEC_TIMEOUT:
230
-
"Specify a value for a hard timeout for each spec execution in the 1-120 mins range. Read https://browserstack.com/docs/automate/cypress/spec-timeout for more details.",
231
-
RECORD:
232
-
"Pass the --record flag to record your Cypress runs on Cypress.io dashboard. Note: You also need to specify '--record-key' and '--projectId' arguments either in CLI or in browserstack.json.",
233
-
RECORD_KEY:
234
-
"You can specify the 'key' that is needed to record your runs on Cypress.io dashboard using the '--record-key' argument. Alternatively, you can also pass it on browserstack.json",
235
-
PROJECT_ID:
236
-
"You can pass the 'projectId' of your Cypress.io project where you want to record your runs if specifying the '--record' key. You can also specify this in your cypress.json or in your browserstack.json.",
237
-
NODE_VERSION:
238
-
"Pass the node version that you want BrowserStack to use to run your Cypress tests on.",
227
+
CYPRESS_GEO_LOCATION: "Enterprise feature to simulate website and mobile behavior from different locations.",
228
+
SPEC_TIMEOUT: "Specify a value for a hard timeout for each spec execution in the 1-120 mins range. Read https://browserstack.com/docs/automate/cypress/spec-timeout for more details.",
229
+
RECORD: "Pass the --record flag to record your Cypress runs on Cypress.io dashboard. Note: You also need to specify '--record-key' and '--projectId' arguments either in CLI or in browserstack.json.",
230
+
RECORD_KEY: "You can specify the 'key' that is needed to record your runs on Cypress.io dashboard using the '--record-key' argument. Alternatively, you can also pass it on browserstack.json",
231
+
PROJECT_ID: "You can pass the 'projectId' of your Cypress.io project where you want to record your runs if specifying the '--record' key. You can also specify this in your cypress.json or in your browserstack.json.",
232
+
NODE_VERSION: "Pass the node version that you want BrowserStack to use to run your Cypress tests on.",
233
+
BUILD_TAG: "Add a tag to your build to filter builds based on tag values on the Dashboard."
0 commit comments