[go: nahoru, domu]

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

docs(releasing): remove instructions covered by automated tests #15353

Merged
merged 4 commits into from
Aug 17, 2023
Merged
Changes from 2 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
12 changes: 0 additions & 12 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ cd ../lighthouse-pristine
yarn
yarn build-all
connorjclark marked this conversation as resolved.
Show resolved Hide resolved

# Verify the viewer will work.
yarn serve-viewer
# Works with v4 report? http://localhost:7333/viewer?gist=7251f9eba409f385e4c0424515fe8009
# Works with v5 report? http://localhost:7333/viewer?gist=6093e41b9b50c8d642a7e6bbc784e32f
# Works with v6 report? http://localhost:7333/viewer?gist=94722e917a507feb5371ad51be6c3334
# Works with v8 report? http://localhost:7333/viewer?gist=18d523b86779185ecfd376d58f891e1d
# Current production viewer (https://googlechrome.github.io/lighthouse/viewer/) has forward compat with next major LHR?

# Confirm DevTools integration will work: Do some manual testing on a number of sites.
yarn test-devtools
yarn open-devtools

# Leave pristine folder.
cd ../lighthouse
```
Expand Down
Loading