Skip to content

Visual-Regression-Tracker/frontend

Repository files navigation

Frontend app for Visual Regression Tracker

Code Smells

Local setup

  • clone repo
  • npm i
  • Update .env
  • npm run start

The testing related .spec.tsx files are used with Playwright for browser tests, and the .test.tsx files with Jest for unit tests.

Local HTTPS config

  • Generate keys here
  • place in folder /secrets named ssl.cert and ssl.key