You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Extra option added for getLocations, to fetch all locations irrespective of API availabilty.
* If key passed with locations command fetches data based on API availability.
Copy file name to clipboardExpand all lines: README.md
+37-6Lines changed: 37 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
148
148
***--timeout**_\<seconds\>_: timeout for polling and waiting results [no timeout]
149
149
***--lighthouse**: perform lighthouse test (Chrome only, Linux agent only)
150
150
151
-
#### API Key (works for **test**, **restart** and **cancel** commands)
151
+
#### API Key (works for **test**, **restart**,**locations** and **cancel** commands)
152
152
***-k, --key**_\<api_key\>_:API key (if assigned). Contact the WebPageTest server administrator for a key if required or request an API key for limited testing at [webpagetest.org/getkey.php](https://www.webpagetest.org/getkey.php)
153
153
154
154
#### Request (works for **status**, **results**, **locations**, **testers** and **test** commands)
@@ -200,7 +200,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
0 commit comments