Skip to content

IgorKonovalov/lighthouse-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lighthouse report generator

Add set of pages to index.js

const pageUrls = [
  {
    name: 'Google',
    url: 'https://google.com/', 
  },
  {
    name: 'yandex',
    url: 'https://yandex.com/', 
  },
  ...
];

Install dependencies and run

npm i
npm start

Look at the reports in "reports" folder

About

lighthouse report generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors