Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated readme to add port number when testing a site with authentication #2409

Merged
merged 3 commits into from
May 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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