Skip to content

Commit d1f8a96

Browse files
committed
update browser options in help text to include 'edge'
1 parent ed6dfc1 commit d1f8a96

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)