File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# WebPageTest API Wrapper for NodeJS
5
5
6
- [ ![ Build Status] ( https://travis-ci.com/WebPageTest/webpagetest-api.svg?branch=master )] ( https://travis-ci.com/WebPageTest/webpagetest-api )
6
+ <!-- [](https://travis-ci.com/WebPageTest/webpagetest-api) -->
7
7
[ ![ NPM Version] ( https://img.shields.io/npm/v/webpagetest.svg?style=flat )] ( https://www.npmjs.org/package/webpagetest )
8
8
[ ![ NPM Downloads] ( https://img.shields.io/npm/dm/webpagetest.svg?style=flat )] ( https://www.npmjs.org/package/webpagetest )
9
9
@@ -22,7 +22,7 @@ npm install webpagetest -g
22
22
### Command line
23
23
24
24
``` bash
25
- 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
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ function cleanupProgram() {
272
272
}
273
273
274
274
function execCommand ( ) {
275
- var wpt = new WebPageTest ( program . server || defaultServer ) ;
275
+ var wpt = new WebPageTest ( program . server || defaultServer , options . key ) ;
276
276
277
277
// options
278
278
if ( options ) {
You can’t perform that action at this time.
0 commit comments