@@ -125,6 +125,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
125
125
* ** --tsview** _ \< id\> _ : test name to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)
126
126
* ** --tsviewconfigs** _ \< string\> _ : configs to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)
127
127
* ** --affinity** _ \< string\> _ : string to hash test to a specific test agent. tester will be picked by index among available testers
128
+ * ** --priority** _ \< number\> _ : change test priority (0-9) [ enforced by API key, otherwise 5]
128
129
* ** --noads** : block ads defined by adblockrules.org
129
130
* ** --continuous** : capture video continuously (unstable/experimental, may cause tests to fail)
130
131
* ** --spdy3** : force SPDY version 3 (Chrome only)
@@ -447,7 +448,9 @@ wpt.runTest(script, function(err, data) {
447
448
* ** medianVideo** : _ Boolean_ , store the video from the median run when capturing video is enabled
448
449
* ** htmlBody** : _ Boolean_ , save the content of only the base HTML response
449
450
* ** tsView** : _ String_ , test name to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)
451
+ * ** tsViewConfigs** : _ String_ , configs to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)
450
452
* ** affinity** : _ String_ , string to hash test to a specific test agent. tester will be picked by index among available testers
453
+ * ** priority** : _ Number_ , change test priority (0-9) [ enforced by API key, otherwise 5]
451
454
* ** blockAds** : _ Boolean_ , block ads defined by adblockrules.org
452
455
* ** continuousVideoCapture** : _ Boolean_ , capture video continuously (unstable/experimental, may cause tests to fail)
453
456
* ** forceSpdy3** : _ Boolean_ , force SPDY version 3 (Chrome only)
0 commit comments