Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.22 KB

yellowlab.md

File metadata and controls

44 lines (28 loc) · 1.22 KB

Frontend quality against Yellow Lab Tools

Regression Test - Quality on frontend (Yellow Lab Tools) Test

We use YellowLab Tools for this test and convert their rating 1-100 to our rating 1-5. We group every rating into:

  • Overall (other)
  • Integrity & Security
  • Performance
  • Standards

Read more

How to setup?

Prerequirements

  • Fork this repository

Setup with GitHub Actions

Read more on the general page for github actions.

Setup Locally

Using NPM package

On Linux:
  • Download and install Node.js (version 20.x)
  • Download and install node-gyp npm install -g node-gyp
  • Setup libjpeg and fontconfig sudo apt-get install libjpeg-dev libfontconfig
  • Install NPM packages ( npm install --omit=dev )
On Windows:
  • Download and install Node.js (version 20.x)
  • Install NPM packages ( npm install --omit=dev )

FAQ

No frequently asked questions yet :)