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

test: ensure that the reporter is working correctly #72

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

marcschaller
Copy link
Contributor

@marcschaller marcschaller commented Jul 16, 2020

Add a new test that will generate a lighthouse-ci report on http://www.google.com, to ensure that future changes won't break this feature.

See also #71.

Comment on lines +137 to +143
const lighthouseResult = await launchChromeAndRunLighthouse(
url,
[...defaultChromeFlags, ...customChromeFlags],
extraLHFlags,
configPath,
budgetPath,
);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change comes from the pull request #71, and will be discarded as soon as the previous PR is merged (and this one rebased).

@andreasonny83 andreasonny83 marked this pull request as ready for review July 17, 2020 08:29
@andreasonny83 andreasonny83 linked an issue Jul 17, 2020 that may be closed by this pull request
@andreasonny83 andreasonny83 merged commit caaf11f into andreasonny83:master Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.10.3 failed
2 participants