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
webpagetest test https://docs.webpagetest.org/api/integrations/
25
+
webpagetest test https://docs.webpagetest.org/api/integrations/ -k YOURAPIKEY
26
26
```
27
27
28
28
### Docker
@@ -98,6 +98,7 @@ webpagetest --help
98
98
-**-s, --server**_\<server\>_: the WPT server URL [https://www.webpagetest.org]
99
99
-**-d, --dryrun**: just return the RESTful API URL
100
100
-**-o, --out**_\<file\>_: place the output into \<file\>. Defaults to stdout
101
+
-**--http_method**_\<method\>_: the HTTP method to use (GET, POST) [GET]
101
102
102
103
_The default WPT server can also be specified via environment variable `WEBPAGETEST_SERVER`_
103
104
@@ -139,6 +140,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
139
140
-**-b, --block**_\<urls\>_: space-delimited list of urls to block (substring match)
140
141
-**-Z, --spof**_\<domains\>_: space-delimited list of domains to simulate failure by re-routing to blackhole.webpagetest.org to silently drop all requests
141
142
-**-c, --custom**_\<script\>_: execute arbitrary javascript at the end of a test to collect custom metrics
143
+
-**-w, --wappalyzerpr**_\<number\>_: set the wappalyzer fork PR number to use for technology detection
142
144
-**-a, --authtype**_\<type\>_: type of authentication: 0 = Basic, 1 = SNS [0]
143
145
-**-n, --notify**_\<e-mail\>_: e-mail address to notify with the test results
144
146
-**-B, --pingback**_\<url\>_: URL to ping when the test is complete (the test ID will be passed as an "id" parameter)
@@ -239,10 +241,10 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
239
241
240
242
### Examples
241
243
242
-
#### 1. Get all available locations
244
+
#### 1. Get API available locations
243
245
244
246
```bash
245
-
$ webpagetest locations
247
+
$ webpagetest locations -k YOURAPIKEY
246
248
```
247
249
248
250
```javascript
@@ -270,41 +272,10 @@ $ webpagetest locations
270
272
}
271
273
```
272
274
273
-
#### 2. Get API available locations
275
+
#### 2. Run test on https://docs.webpagetest.org/api/integrations/ from San Jose on IE9
-**dryRun**: _Boolean_, if `true`, method does not make an actual request to the API Server but rather returns an object with `url` which contains the actual URL to make the GET request to WebPageTest API Server
524
484
-**server**: _String_, if specified, overrides the WebPageTest server informed in the constructor only for that method call
485
+
-**http_method**: _String_, if specified, overrides the HTTP method in the constructor only for that method call (GET, POST) [GET]
525
486
526
487
#### Test (works with `runTest` and `runTestAndWait`)
0 commit comments