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:
forkthis repo orclonethis repo- move to the directory where this repo located on you local device, then do
npm installto download all the dependecies npm run startoryarn startto start initiate the program- you can then access newly created file on
srcnamedurlList.class.jsand 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)