-
Notifications
You must be signed in to change notification settings - Fork 649
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
Second run and beyond falls back to old Chrome headless mode #1067
Comments
|
Describe the bug
The Chrome
--headless=new
option is only effective on the first run because of repeated--headless=new --headless=new ...
for the other runs, which apparently triggers the old headless mode.To Reproduce
Steps to reproduce the behavior:
--headless=new
mode compared to--headless
.--headless=new
).lighthouserc.yml
:npx lhci autorun
Expected behavior
The expected behavior can be enforced by adding under
collect:
:Environment (please complete the following information):
Additional context
console.log({chromeFlagsAsString})
instatic computeArgumentsAndCleanup(url, options)
logs the problem.The text was updated successfully, but these errors were encountered: