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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ $ webpagetest --help
57
57
***locations**_[options]_: list locations and the number of pending tests
58
58
***testers**_[options]_: list testers status and details
59
59
***test**_[options]\<url_or_script\>_: run test, _\<url_or_script\>_ can also be a path to a script file
60
+
***restart**_\<id\>_: restart test
60
61
***cancel**_\<id\>_: cancel running/pending test
61
62
***har**_\<id\>_: get the HTTP Archive (HAR) from test
62
63
***pagespeed**_[options]\<id\>_: get the Google Page Speed results (if available) from test
@@ -147,7 +148,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
147
148
***--timeout**_\<seconds\>_: timeout for polling and waiting results [no timeout]
148
149
***--lighthouse**: perform lighthouse test (Chrome only, Linux agent only)
149
150
150
-
#### API Key (works for **test** and **cancel** commands)
151
+
#### API Key (works for **test**, **restart** and **cancel** commands)
151
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)
152
153
153
154
#### Request (works for **status**, **results**, **locations**, **testers** and **test** commands)
@@ -351,6 +352,7 @@ Methods and options (including the one letter shorthands) are the same when usin
0 commit comments