@@ -77,7 +77,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
7777* ** -L, --label** _ \< label\> _ : label for the test
7878* ** -p, --private** : keep the test hidden from the test log
7979* ** -v, --video** : capture video
80- * ** -y, --connectivity** _ \< profile\> _ : connectivity profile (DSL|FIOS|Dial|custom) [ DSL ]
80+ * ** -y, --connectivity** _ \< profile\> _ : connectivity profile (Cable| DSL|FIOS|Dial|3G|3GFast|Native| custom) [ Cable ]
8181* ** -m, --dom** _ \< element\> _ : DOM element to record for sub-measurement
8282* ** -c, --connections** _ \< number\> _ : override the number of concurrent connections
8383* ** -i, --onload** : force the test to stop at window.onload
@@ -398,7 +398,7 @@ wpt.runTest(script, function(err, data) {
398398* ** label** : _ String_ , label for the test
399399* ** private** : _ Boolean_ , keep the test hidden from the test log
400400* ** video** : _ Boolean_ , capture video
401- * ** connectivity** : _ String_ , connectivity profile (DSL|FIOS|Dial|custom) [ DSL ]
401+ * ** connectivity** : _ String_ , connectivity profile (Cable| DSL|FIOS|Dial|3G|3GFast|Native| custom) [ Cable ]
402402* ** domElement** : _ String_ , DOM element to record for sub-measurement
403403* ** connections** : _ Number_ , override the number of concurrent connections
404404* ** stopAtDocumentComplete** : _ Boolean_ , force the test to stop at window.onload
0 commit comments