This is a small program that I created to help me to gather Accessibility report from Google Lighthouse™ for my Bachelor's Thesis.
Before you can install this program, you need to make sure that you have the latest version of Google Chrome this due to Lighthouse-CLI only support the use of Chrome as the program to run the test.
To use this program you just need to follow this steps:
fork
this repo orclone
this repo- move to the directory where this repo located on you local device, then do
npm install
to download all the dependecies npm run start
oryarn start
to start initiate the program- you can then access newly created file on
src
namedurlList.class.js
and add the certain url of websites that you want to do test on.
- Google Lighthouse (opensource - owned and trademarked by Google inc.)
- Lighthouse CLI (opensource - owned and trademarked by Google inc.)
- Async (opensource)