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

core(fr): convert inspector-issues gatherer #12530

Merged
merged 6 commits into from May 21, 2021
Merged

Conversation

adamraine
Copy link
Member

Ref #11313

@adamraine adamraine requested a review from a team as a code owner May 20, 2021 23:36
@adamraine adamraine requested review from patrickhulce and removed request for a team May 20, 2021 23:36
@google-cla google-cla bot added the cla: yes label May 20, 2021
Comment on lines 54 to 56
if (!process.env.CHROME_PATH) throw Error('CHROME_PATH is not set');
browser = await puppeteer.launch({
executablePath: process.env.CHROME_PATH,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Audits CDP domain is not available in the Chromium which ships with our current puppeteer.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can land #12284 soon.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to waiting for #12284 and/or just marking as an OK failure. #12510 has the same problem

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be good now.

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! you're flying through these 😃

lighthouse-core/gather/gatherers/inspector-issues.js Outdated Show resolved Hide resolved
Comment on lines 54 to 56
if (!process.env.CHROME_PATH) throw Error('CHROME_PATH is not set');
browser = await puppeteer.launch({
executablePath: process.env.CHROME_PATH,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to waiting for #12284 and/or just marking as an OK failure. #12510 has the same problem

@adamraine adamraine merged commit 7cec265 into master May 21, 2021
@adamraine adamraine deleted the fr-inspector-issues branch May 21, 2021 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants