Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 683 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 683 Bytes

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