We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd66ec commit 0b1c6cbCopy full SHA for 0b1c6cb
bin/helpers/constants.js
@@ -54,9 +54,9 @@ const cliMessages = {
54
PARALLEL_DESC: "The maximum number of parallels to use to run your test suite",
55
INFO: "Run your tests on BrowserStack.",
56
DESC: "Path to BrowserStack config",
57
- CYPRESS_DESC: "Path to cypress config file",
+ CYPRESS_DESC: "Path to Cypress config file",
58
CONFIG_DEMAND: "config file is required",
59
- CYPRESS_CONFIG_DEMAND: "cypress config file is required",
+ CYPRESS_CONFIG_DEMAND: "Cypress config file is required",
60
BUILD_NAME: "The build name you want to use to name your test runs"
61
},
62
COMMON: {
0 commit comments