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 0446485 commit 3500d6eCopy full SHA for 3500d6e
bin/helpers/constants.js
@@ -61,8 +61,8 @@ const cliMessages = {
61
DESC: "Path to BrowserStack config",
62
CONFIG_DEMAND: "config file is required",
63
BUILD_NAME: "The build name you want to use to name your test runs",
64
- SPECS_DESCRIPTION: 'runs specific spec file(s). defaults to "all"',
65
- ENV_DESCRIPTION: "list of env variables to pass for tests"
+ SPECS_DESCRIPTION: 'Specify the spec files to run',
+ ENV_DESCRIPTION: "Specify the environment variables for your spec files"
66
},
67
COMMON: {
68
DISABLE_USAGE_REPORTING: "Disable usage reporting",
0 commit comments