Category: Docker, yaml, bitbucket

Lighthouse by Google has become increasingly more popular in recent years — even to the point where companies start seeing measurable increase in profit when their performance is improved. We did some research and found an extension to Azure Pipelines that wraps the CLI from Google, including an article explaining how to use it, and I discovered a Docker container wrapper for the Lighthouse CI reporting server.

Where to run the testI am still unsure if running the test in the build pipeline is the best solution, because it does take a while to run.

Which is the best URL to testI spent some time considering which URL should be tested; for ease of use, I chose to test only the frontpage, because I assume that is a hotspot.

Thoughts for the futureIf the project is containerized, a fun thought would be to spin it up directly on the build server and test it there.

Related Articles