We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've upgraded to v1.4.0 but now I'm getting the error TypeError: Cannot read property 'split' of undefined and the test aborts.
TypeError: Cannot read property 'split' of undefined
Im running this:
npx lighthouse-ci --performance=85 --accessibility=70 --best-practices=80 --seo=95 --report=./ https://example.org
When I add an empty --chrome-flags= parameter it works.
--chrome-flags=
The text was updated successfully, but these errors were encountered:
Thanks for reporting that @naltatis . I think I know the reason for that error. I'm working on it and you should be able to use a new v1.4.1 soon
Sorry, something went wrong.
2e2bf4f
https://github.com/andreasonny83/lighthouse-ci/releases/tag/v1.4.1
No branches or pull requests
I've upgraded to v1.4.0 but now I'm getting the error
TypeError: Cannot read property 'split' of undefined
and the test aborts.Im running this:
When I add an empty
--chrome-flags=
parameter it works.The text was updated successfully, but these errors were encountered: