This repository is a sample test about using Playwright to automate a browser, launch Lighthouse audits on the pages and then sending them to a remote Lighthouse CI Server.
For deploying a Lighthouse CI Server check this document.
- Clone the repository and install dependencies:
npm i
- Fill the lighthouserc.js with the proper information (demo file present at the repo).
- Run the tests:
npm test