sitespeedio / chrome-har

Create HAR files from Chrome Debugging Protocol data
MIT License
149 stars 50 forks source link

Handle lighthouse output (when using --save-assets) #37

Closed zzo closed 4 years ago

zzo commented 5 years ago

Rearranges order of messages of lighthouse output so HAR gets generated. Resolves https://github.com/sitespeedio/chrome-har/issues/35

BUT tests don't pass :( so this needs more work before merging.

soulgalore commented 5 years ago

Hey @zzo cool. I can help out making the test pass later on, but I got other things on my prio list first. However we cannot have specific lighthouse code, we need to do the fix so it solves the problem independently how the trace is generated.

Best Peter