Skip to content

Commit 80043c2

Browse files
committed
Adding description for the new options
1 parent 0d91e79 commit 80043c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/helpers/constants.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ const cliMessages = {
5555
INFO: "Run your tests on BrowserStack.",
5656
DESC: "Path to BrowserStack config",
5757
CONFIG_DEMAND: "config file is required",
58-
BUILD_NAME: "The build name you want to use to name your test runs"
58+
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"
5961
},
6062
COMMON: {
6163
DISABLE_USAGE_REPORTING: "Disable usage reporting",

0 commit comments

Comments
 (0)