KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
frontend
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
rtd
:
Manage your todo in command line with rtd
ng-transition
:
Transition elements via classes like you would in the Vue and Alpine.js libraries.
qemu-of-arm-android
:
How to port the Android emulator to an Android phone
digit-recognition
:
Recognition of digits of an analogue gas meter with Python, Tensorflow, MongoDB and Raspberry Pi
react-native-progress-steps-sample
:
Sample project for react-native-progress-steps library
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
frontend
?
Download (.md)
# 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. ## Running Tests ### Unit Tests (Jest) Run Jest unit tests: ```bash npm run test ``` ### Integration Tests (Playwright) #### Local Testing Run Playwright tests locally (requires local dev server): ```bash npm run test:pw:local ``` ## Local HTTPS config - Generate keys [here](https://www.selfsignedcertificate.com/) - place in folder `/secrets` named `ssl.cert` and `ssl.key`