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 0d91e79 commit 80043c2Copy full SHA for 80043c2
bin/helpers/constants.js
@@ -55,7 +55,9 @@ const cliMessages = {
55
INFO: "Run your tests on BrowserStack.",
56
DESC: "Path to BrowserStack config",
57
CONFIG_DEMAND: "config file is required",
58
- BUILD_NAME: "The build name you want to use to name your test runs"
+ BUILD_NAME: "The build name you want to use to name your test runs",
59
+ SPECS_DESCRIPTION: 'runs specific spec file(s). defaults to "all"',
60
+ ENV_DESCRIPTION: "list of env variables to pass for tests"
61
},
62
COMMON: {
63
DISABLE_USAGE_REPORTING: "Disable usage reporting",
0 commit comments