lighthouse-ci
lighthouse-ci copied to clipboard
Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests.
Started a web server with "npm run start"...
06:29:05 WARNING: Timed out waiting for the server to start listening.
06:29:05 Ensure the server prints a pattern that matches /listen|ready/i when it is ready.
06:29:05 Running Lighthouse 1 time(s) on https://qa-pub-iwc.akqa.technology/us/en/home.html
06:30:56 Run #1...failed!
06:31:07 Error: Lighthouse failed with exit code 1
06:31:07 at ChildProcess.
06:31:07 "benchmarkIndex": 722.5,
06:31:07 "credits": {}
Blocked here for so long below is my script help needed please module.exports = { ci: {
collect: {
url: ['https://google.com'],
startServerCommand: 'npm run start',
numberOfRuns:'1',
settings: {
chromeFlags: ['--headless','--allow-insecure-localhost','--ignore-certificate-errors','--disable-gpu','--no-sandbox','--disable-setuid-sandbox','--no-check-certificate'],
preset: 'desktop',
We are also having this issue on our CircleCI task for lighthouse.
Does anyone know how to fix this?