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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ $ webpagetest --help
56
56
***locations**_[options]_: list locations and the number of pending tests
57
57
***testers**_[options]_: list testers status and details
58
58
***test**_[options]\<url_or_script\>_: run test, _\<url_or_script\>_ can also be a path to a script file
59
+
***testBalance**_[options]_: get remaining tests for the account
59
60
***restart**_\<id\>_: restart test
60
61
***cancel**_\<id\>_: cancel running/pending test
61
62
***har**_\<id\>_: get the HTTP Archive (HAR) from test
@@ -159,7 +160,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
159
160
***--timeout**_\<seconds\>_: timeout for polling and waiting results [no timeout]
160
161
***--lighthouse**: perform lighthouse test (Chrome only, Linux agent only)
161
162
162
-
#### API Key (works for **test**, **restart**,**locations** and **cancel** commands)
163
+
#### API Key (works for **test**, **restart**,**locations**, **testBalance** and **cancel** commands)
163
164
***-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)
164
165
165
166
#### Request (works for **status**, **results**, **locations**, **testers** and **test** commands)
0 commit comments