@@ -496,6 +496,18 @@ wpt.runTest(script, (err, data) => {
496
496
* ** pingback** : _ String_ , URL to ping when the test is complete (the test ID will be passed as an "id" parameter)
497
497
* ** bandwidthDown** : _ String_ , download bandwidth in Kbps (used when specifying a custom connectivity profile)
498
498
* ** bandwidthUp** : _ String_ , upload bandwidth in Kbps (used when specifying a custom connectivity profile)
499
+ * ** browserwidth** : _ String_ , Browser window width (in display pixels)
500
+ * ** browserheight** : _ String_ , Browser window height (in display pixels)
501
+ * ** viewportheight** : _ String_ , Viewport Height in css pixels
502
+ * ** viewportwidth** : _ String_ , Viewport Width in css pixels
503
+ * ** dpr** : _ String_ , Device To Pixel Ratio
504
+ * ** appendua** : _ String_ , String to append to the user agent string. This is in addition to the default PTST/ver string
505
+ * ** testtype** : _ String_ , For running alternative test types, can specify traceroute or lighthouse
506
+ * ** profiler** : _ Number_ , Set to 1 to enable the V8 sampling profiler (Chromium only)
507
+ * ** disableAVIF** : _ Number_ , Set to 1 to disable AVIF support (Chromium 88+)
508
+ * ** disableWEBP** : _ Number_ , Set to 1 to disable WEBP support (Chromium 88+)
509
+ * ** disableJXL** : _ Number_ , Set to 1 to disable JpegXL support (Chromium 88+)
510
+ * ** dtShaper** : _ Number_ , Set to 1 to use Chrome's built-in traffic-shaping instead of the packet-level netem shaping usually used by the test agents
499
511
* ** latency** : _ String_ , first-hop Round Trip Time in ms (used when specifying a custom connectivity profile)
500
512
* ** packetLossRate** : _ Number_ , packet loss rate - percent of packets to drop (used when specifying a custom connectivity profile)
501
513
* ** disableOptimization** : _ Boolean_ , disable optimization checks (for faster testing)
0 commit comments