@@ -125,6 +125,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
125125* ** --tsview** _ \< id\> _ : test name to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)
126126* ** --tsviewconfigs** _ \< string\> _ : configs to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)
127127* ** --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]
128129* ** --noads** : block ads defined by adblockrules.org
129130* ** --continuous** : capture video continuously (unstable/experimental, may cause tests to fail)
130131* ** --spdy3** : force SPDY version 3 (Chrome only)
@@ -447,7 +448,9 @@ wpt.runTest(script, function(err, data) {
447448* ** medianVideo** : _ Boolean_ , store the video from the median run when capturing video is enabled
448449* ** htmlBody** : _ Boolean_ , save the content of only the base HTML response
449450* ** 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)
450452* ** 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]
451454* ** blockAds** : _ Boolean_ , block ads defined by adblockrules.org
452455* ** continuousVideoCapture** : _ Boolean_ , capture video continuously (unstable/experimental, may cause tests to fail)
453456* ** forceSpdy3** : _ Boolean_ , force SPDY version 3 (Chrome only)
0 commit comments