Open danhemerlein opened 2 years ago
I have the same issue on Github actions
I found out what the issue was for me. Since I use base-href in my project the lighthouse wasn't properly loading assets/js so the webpage was never loaded. in my CI I added --base-href=/
to build command and it worked.
I'm having the same exact issue outlined in #766.
lhci autorun
works great when run locally but fails in my GitHub action with the following error:"runtimeError": { "code": "NO_FCP", "message": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)" },
below is my
lighthouserc.js
configand my
ci.yml
and a more robust version of the error in the Action