You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Allow splitting of tests by tags
- Run shell tests separately on ubuntu to avoid job limits
- Run browser tests separately to slightly speed up results
{name: "browser",type: String,description: "Set the browser to test, choices are [safari, firefox, chrome, edge]. By default the $BROWSER env variable is used."},
43
82
{name: "port",type: Number,defaultValue: 8010,description: "Set the test-server port, The default value is 8010."},
44
83
{name: "help",alias: "h",description: "Print this help text."},
84
+
{name: "suite",type: String,defaultOption: true,typeLabel: `{underline choices}: ${VALID_TAGS.join(", ")}`,description: "Run a specific suite by name."}
0 commit comments