Skip to content

Commit 0976dde

Browse files
authored
Merge pull request #67 from issackjohn/issack/add-edge
update browser options in help text to include 'edge'
2 parents 8353bf4 + d1f8a96 commit 0976dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import commandLineArgs from "command-line-args";
66
import commandLineUsage from "command-line-usage";
77

88
const optionDefinitions = [
9-
{ name: "browser", type: String, description: "Set the browser to test, choices are [safari, firefox, chrome]. By default the $BROWSER env variable is used." },
9+
{ name: "browser", type: String, description: "Set the browser to test, choices are [safari, firefox, chrome, edge]. By default the $BROWSER env variable is used." },
1010
{ name: "port", type: Number, defaultValue: 8010, description: "Set the test-server port, The default value is 8010." },
1111
{ name: "help", alias: "h", description: "Print this help text." },
1212
];

0 commit comments

Comments
 (0)