You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We stopped using it for now, as we found that the lighthouse test results were too flaky/inconsistent. Even if we changed nothing in a web site/app we would get changes in scoring. And then it usually checks one URL, but not specifically the URL you might be affecting most with a change.
So while it was a nie idea, we didn't make it work yet in practice. But we are also not a big web shop and didn't a lot of effort into it.
This nice man has made a youtube video on how to use Lighthouse with Travis.
https://www.youtube.com/watch?v=82SVcPFIVQI
And the package.json file refers to lighthouse too:
https://github.com/kalaspuffar/simply-communication/blob/master/package.json
Which refers to this, a handy docker container for lighthouse.
https://github.com/GoogleChromeLabs/lighthousebot
This makes me think you could run this on other hosted CI platforms too.
We should investigate how, and make some docs for this.
C
The text was updated successfully, but these errors were encountered: