You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The common use-case for using lighthouse programmatically is to launch chrome with it.. right now that is a nested promise with a bit of clean up at the end... The reason for most of this work boils down to the need to pass port from the launcher to lighthouse.. because of this I think it might be nice to do something like
I like it. We need to cater better to the common cases like this. One question I have is how we would handle lh flags, flags to the launcher, and chromeFlags Would everything go in flags?
The common use-case for using lighthouse programmatically is to launch chrome with it.. right now that is a nested promise with a bit of clean up at the end... The reason for most of this work boils down to the need to pass
port
from the launcher to lighthouse.. because of this I think it might be nice to do something likeWhich would take care of killing and launching chrome.
The text was updated successfully, but these errors were encountered: