Skip to content

Visual-Regression-Tracker/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

440 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Running Tests

Unit Tests (Jest)

Run Jest unit tests:

npm run test

Integration Tests (Playwright)

Local Testing

Run Playwright tests locally (requires local dev server):

npm run test:pw:local

Local HTTPS config

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 10

Languages