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-25Lines changed: 4 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
145
145
***--poll**_\<interval\>_: poll for results after test is scheduled at every <interval> seconds [5]
146
146
***--wait**_\<hostname:port\>_: wait for test results informed by agent once complete listening on <hostname>:<port> [hostname:first port available above 8000]
147
147
***--timeout**_\<seconds\>_: timeout for polling and waiting results [no timeout]
148
-
***--lighthouse**: run lighthouse test (Chrome only, Linux agent only)
148
+
***--lighthouse**: perform lighthouse test (Chrome only, Linux agent only)
149
149
150
150
#### API Key (works for **test** and **cancel** commands)
151
151
***-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)
***pollResults**: _Number_, poll for results after test is scheduled at every <interval> seconds [5]
474
474
***waitResults**: _String_, wait for test results informed by agent once complete listening on <hostname>:<port> [hostname:first port available above 8000]
475
475
***timeout**: _String_, timeout for polling and waiting results [no timeout]
476
+
***lighthouse**: _Boolean_, perform lighthouse test (Chrome only, Linux agent only)
476
477
477
478
#### API Key (works for `runTest` and `cancelTest` methods)
478
479
***key**: _String_, API key (if assigned). Contact the WebPageTest server administrator for a key if required
@@ -687,25 +688,6 @@ WebPageTest API Wrapper provides a simple seamless way to integrate WebPageTest
687
688
$ npm test
688
689
```
689
690
690
-
## Changelog
691
-
692
-
* 0.3.3: Fixed bug when specs check for zeroed metric
693
-
* 0.3.2: Updated deps and fixed test runs with specs
694
-
* 0.3.1: Added dummy url when scripting, needed for webdriver scripting on mobbile agents
695
-
* 0.3.0: Replaced xmlResult.php by jsonResult.php WPT API endpoint for fetching test results
0 commit comments