https://github.com/visual-regression-tracker/frontend
https://github.com/visual-regression-tracker/frontend
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/visual-regression-tracker/frontend
- Owner: Visual-Regression-Tracker
- License: apache-2.0
- Created: 2020-04-15T16:28:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T18:19:16.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:27:17.158Z (over 1 year ago)
- Language: TypeScript
- Size: 3.19 MB
- Stars: 9
- Watchers: 5
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend app for [Visual Regression Tracker](https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker)
[](https://sonarcloud.io/summary/new_code?id=Visual-Regression-Tracker_frontend)
## 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](https://www.selfsignedcertificate.com/)
- place in folder `/secrets` named `ssl.cert` and `ssl.key`