Vaviloff / exp-puppeteer-lighthouse-report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Lighthouse web-site performance test

Start the test site in docker conatiners and wait a couple minutes for the script to seed the database:

docker-compose up -d

Install dependencies:

yarn
# or
npm install

Run the performance test:

node index.js

The report user-flow.report.html will be generated in the folder.

Remove the test site deployment:

docker-compose down

About


Languages

Language:JavaScript 100.0%