lighthouse-ci icon indicating copy to clipboard operation
lighthouse-ci copied to clipboard

lhci autorun: healthcheck fails with "Chrome installation not found" when using collect.method="psi"

Open codeflorist opened this issue 2 years ago • 0 comments

Describe the bug This is a follow-up to #414. It seems, this was fixed only for lhci collect, but not for lhci autorun.

To Reproduce Steps to reproduce the behavior:

  1. Run this command: npx lhci autorun --collect.url="https://my-test-url" --collect.method="psi" --collect.psiApiKey="###"
  2. Healthcheck fails due to Chrome installation not found

Expected behavior Chrome is not required, when using psi. So the healthcheck should not fail in this case. #418 seems to have fixed this for the lhci collect command, but seemingly not for lhci autorun.

Environment (please complete the following information):

  • Using Docker Image patrickhulce/lhci-server

codeflorist avatar Feb 01 '23 13:02 codeflorist