Skip to content

Commit 7102af7

Browse files
authored
added documentation for the recently added parameters
1 parent 576690a commit 7102af7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,18 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
128128
* **-B, --pingback** _\<url\>_: URL to ping when the test is complete (the test ID will be passed as an "id" parameter)
129129
* **-D, --bwdown** _\<bandwidth\>_: download bandwidth in Kbps (used when specifying a custom connectivity profile)
130130
* **-U, --bwup** _\<bandwidth\>_: upload bandwidth in Kbps (used when specifying a custom connectivity profile)
131+
* **-bw, --browserwidth** _\<pixels\>_: Browser window width (in display pixels)
132+
* **-bh, --browserheight** _\<pixels\>_: Browser window height (in display pixels)
133+
* **-vh, --viewportheight** _\<pixels\>_: Viewport Height in css pixels
134+
* **-vw, --viewportwidth** _\<pixels\>_: Viewport Width in css pixels
135+
* **-dpr, --dpr** _\<ratio\>_: Device To Pixel Ratio
136+
* **-au, --appendua** _\<string\>_: String to append to the user agent string. This is in addition to the default PTST/ver string
137+
* **-tt, --testtype** _\<type\>_: For running alternative test types, can specify traceroute or lighthouse
138+
* **-pr, --profiler** _\<number\>_: Set to 1 to enable the V8 sampling profiler (Chromium only)
139+
* **-avif, --disableAVIF** _\<number\>_: Set to 1 to disable AVIF support (Chromium 88+)
140+
* **-webp, --disableWEBP** _\<number\>_: Set to 1 to disable AVIF support (Chromium 88+)
141+
* **-jxl, --disableJXL** _\<number\>_: Set to 1 to disable AVIF support (Chromium 88+)
142+
* **-dts, --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
131143
* **-Y, --latency** _\<time\>_: first-hop Round Trip Time in ms (used when specifying a custom connectivity profile)
132144
* **-P, --plr** _\<percentage\>_: packet loss rate - percent of packets to drop (used when specifying a custom connectivity profile)
133145
* **-z, --noopt**: disable optimization checks (for faster testing)

0 commit comments

Comments
 (0)