Adam Raine
Adam Raine
Last major part of https://github.com/GoogleChrome/lighthouse/issues/15060 I don't think this is an 11.0 blocker at this point but it is a breaking change Still todo: - Refactor all the unit tests...
https://github.com/GoogleChrome/lighthouse/pull/14656#discussion_r1065200023 I was seeing screenshot size reduction of ~5-10KB.
Individual snapshot/timespan reports were emitting a bunch of errors because of the sticky header. I also added category labels to the header. [Sample](https://lighthouse-fzxdsj0cm-googlechrome.vercel.app/sample-reports/snapshot/) [Mocks](https://www.figma.com/file/drVEE1ZANZYKx6UNqAvNHc/%5BExternal%5D%5BLighthouse%5D-Fraggle-Rock?node-id=19660%3A50695): Go to UXR prototype on the...
Reduces initial bundle size for viewer. Should double the size of the report generator code because we are including the flow report assets now. Enables viewer to save flow reports...
`position: sticky` magically made everything work (mostly, hopefully?)... Starting this as a draft to get thoughts on if we should maintain a new sticky header for the flow report. The...
### Product axe-core ### Product Version 4.8.1 ### Latest Version - [X] I have tested the issue with the latest version of the product ### Issue Description #### Expectation Axe...
Closes https://github.com/GoogleChrome/lighthouse-ci/issues/887 We may want to expose `upgradeLhrForCompatibility` on the toplevel entrypoint before doing this.
Carry-over from https://github.com/GoogleChrome/lighthouse/issues/15060 Initial pass: https://github.com/GoogleChrome/lighthouse/pull/15276 We are keeping these compat artifacts for 11.0 at least. We can potentially drop them in 12.0. Non-breaking: - [ ] Remove all our...
Retries added to unblock CI: https://github.com/GoogleChrome/lighthouse/pull/15378 ----- Example failure: https://github.com/GoogleChrome/lighthouse/actions/runs/5871078774/job/15919549134?pr=15378 Example failure trace: https://trace.cafe/t/K4uwDnVkKA - Entire main thread track is missing for some reason. - Navigation tests fail with `NO_NAVSTART`...