Skip to content

Commit

Permalink
Updated readme to add port number when testing a site with authentica…
Browse files Browse the repository at this point in the history
…tion (#2409)

[skip ci]
  • Loading branch information
mikerhyssmith authored and paulirish committed May 31, 2017
1 parent 3f7e5a1 commit 400457b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ When installed globally via `npm i -g lighthouse` or `yarn global add lighthouse
`chrome-debug` is added to your `PATH`. This binary launches a standalone Chrome
instance with an open debugging port.

- Run `chrome-debug`
- Run `chrome-debug`. This will log the debugging port your instance of Chrome is running on
- navigate to and log in to your site
- in a separate terminal tab `lighthouse http://mysite.com`
- in a separate terminal tab `lighthouse http://mysite.com --port port-number` using the port number your Chrome instance is running on

## Testing on a mobile device

Expand Down

0 comments on commit 400457b

Please sign in to comment.