CI

Overview CI System

Frontend CI

  1. Linting:
  • Use biomejs to format code and check code follow the team's standard
  • Use bundlesize to check the size of the bundle
  1. Typecheck
  2. Unit Test
  • Use vitest to run unit test
  1. e2e test
  • Use playwright to write e2e test
  1. CRUX - Lighthouse Page Speed Api
  • Use crux api to check the page speed in the real world

On this page

Edit on github