/lasso

A simple service for running hundreds of lighthouse tests in parallel via Google Cloud Tasks and Cloud Run. Includes options for blocking specific requests e.g. 3rd party tags.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Lasso - Lighthouse as a service

An API service built on top of lighthouse to automate running Lighthouse tests on large number of URLs in parallel. Utilizes Cloud Run and Cloud Tasks to distribute and run multiple tests across multiple containers, outputs results to a BigQuery dataset.

Features

✅ Bulk test 100s of URLs with lighthouse asynchronously

✅ Writes test results to a date partitioned BigQuery table

✅ Specify which resource requests to block from tests e.g. For running tests excluding 3rd party scripts or libraries

Getting started

Disclaimer

This is not an officially supported Google product.