Lighthouse-Ci продолжает работать при использовании https://localhost URL - PullRequest
0 голосов
/ 27 января 2020

Я запустил свое приложение локально с производственными активами. и тогда я побежал lhci autorun. Я установил "headful": true, чтобы видеть, что chrome открывается правильно, а веб-сайт автоматически загружается и закрывается правильно. Однако автозапуск lhci завершается с ошибкой:

Run #1...failed!
Error: Lighthouse failed with exit code 1
    at ChildProcess.child.on.code
    node_modules/@lhci/cli/src/collect/lighthouse-runner.js:103:21

  "runWarnings": [
    "Chrome prevented page load with an interstitial. Make sure you are testing the correct URL and that the server is properly responding to all requests."
  ],
  "runtimeError": {
    "code": "CHROME_INTERSTITIAL_ERROR",
    "message": "Chrome prevented page load with an interstitial. Make sure you are testing the correct URL and that the server is properly responding to all requests."

Любая помощь будет признательна

...