Add Lighthouse To Your Dev Setup

06/29/20181 Min Read — In Testing, Development

Lighthouse is a great tool to check your website for common issues around accessibility, performance, SEO. I've been using it in the browser/extension for a while but I just figured out that you can run it via the command line! And the output is json! That means you can add it to your pipeline and use the data to prevent regressions from creeping into your product. Mind Blown!!

Check out these resources: