Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 596 Bytes

Demo for Playwright and Lighthouse CI

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.

Build and run

  1. Clone the repository and install dependencies:
npm i
  1. Fill the lighthouserc.js with the proper information (demo file present at the repo).
  2. Run the tests:
npm test