Skip to content
Open
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/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -860,10 +860,10 @@ lhci assert --preset=lighthouse:recommended --includePassedAssertions

### `open`

Open a local lighthouse report that has been created using `collect`. There is no configuration for this command.
Open a local lighthouse report that has been created using `collect`. You need to provide URL same as used to run Lighthouse on.

```bash
lhci open
lhci open URL
```

---
Expand Down