You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small program that I created to help me to gather Accessibility report from Google Lighthouse™ for my Bachelor's Thesis.
4
+
5
+
## Requirement
6
+
7
+
Before you can install this program, you need to make sure that you have the latest version of [Google Chrome](https://www.google.com/chrome/) this due to [Lighthouse-CLI]() only support the use of Chrome as the program to run the test.
8
+
9
+
### Installation
10
+
11
+
To use this program you just need to follow this steps:
12
+
13
+
-`fork` this repo or `clone` this repo
14
+
- move to the directory where this repo located on you local device, then do `npm install` to download all the dependecies
15
+
-`npm run start` or `yarn start` to start initiate the program
16
+
- you can then access newly created file on `src` named `urlList.class.js` and add the certain url of websites that you want to do test on.
17
+
18
+
19
+
## Credits
20
+
21
+
-[Google Lighthouse](https://github.com/GoogleChrome/lighthouse) (opensource - owned and trademarked by Google inc.)
22
+
-[Lighthouse CLI](https://github.com/GoogleChrome/lighthouse) (opensource - owned and trademarked by Google inc.)
0 commit comments