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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@ $ webpagetest --help
66
66
_The default WPT server can also be specified via environment variable `WEBPAGETEST_SERVER`_
67
67
68
68
#### Test (works for **test** command only)
69
-
***-k, --key**_\<api_key\>_:API key (if assigned). Contact the WebPageTest server administrator for a key if required
70
69
***-l, --location**_\<location\>_: location to test from
71
70
***-r, --runs**_\<number\>_: number of test runs [1]
72
71
***-f, --first**: skip the Repeat View test
@@ -115,6 +114,9 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
115
114
***--wait**_[hostname:port]_: wait for test results informed by agent once complete listening on \<hostname\>:\<port\>[hostname:first port available above 8000]
116
115
***--timeout**_\<seconds\>_: timeout for polling and waiting results [no timeout]
117
116
117
+
#### API Key (works for **test** and **cancel** commands)
118
+
***-k, --key**_\<api_key\>_:API key (if assigned). Contact the WebPageTest server administrator for a key if required
119
+
118
120
#### Request (works for **status**, **results**, **locations**, **testers** and **test** commands)
119
121
***-e, --request**_\<id\>_: echo request ID, useful to track asynchronous requests
***waitResults**: _String_, wait for test results informed by agent once complete listening on <hostname>:<port> [hostname:first port available above 8000]
412
413
***timeout**: _Number_, timeout (in seconds) for pollResults and waitResults [no timeout]
413
414
415
+
#### API Key (works for **runTest** and **cancelTest** methods)
416
+
***key**: _String_, API key (if assigned). Contact the WebPageTest server administrator for a key if required
417
+
414
418
#### Request (works for **getTestStatus**, **getResults**, **getLocations**, **getTesters** and **runTest** methods)
415
419
***requestId**: _String_, echo request ID, useful to track asynchronous requests
0 commit comments