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
'Could not start Chrome with flags: %:2j and error %s',
chromeFlags,
error
);
throw error;
}
let result = {};
try {
result = await lighthouse(url, flags, config);
} catch (error) {
log.error(
'Lighthouse could not test %s please create an upstream issue: https://github.com/GoogleChrome/lighthouse/issues/new?assignees=&labels=bug&template=bug-report.yml',