Skip to content

boxadesign/Lighthouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Performance audits using lighthouse

After cloning the repo, Install all the dependencies using:

  • npm install

Install reporting tool mochawesome globally using:

  • npm i -g mochawesome

Run tests by running the command

  • npm run test

Read data (list of urls) from the below path. 'Mode' is whether to open in mobile or desktop

  • data\data.js

Note: If you dont want to run using mochawesome reports, run the command:

  • mocha test/test1.js

About

Javascript tests to run audits using chrome-lighthouse tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.4%
  • Shell 0.6%