mustafa-tariqk / mindscape

Experience the truth of the trip
https://research.cs.queensu.ca/home/cisc498/index.html
MIT License
16 stars 0 forks source link

Frontend Automated Tests #82

Closed mustafa-tariqk closed 5 months ago

mustafa-tariqk commented 5 months ago

Is your feature request related to a problem? Please describe. As it exists currently, there are no automated tests for the front-end system. This can be hazardous as PRs to main can have issues.

Describe the solution you'd like Use jest + cypress/selenium, whatever tools you prefer, create a github action that runs your test. look at .github/workflows/testpy.yml to see how I did it for backend.

Describe alternatives you've considered Manual testing (what we do now), if there is not enough time to get to this point. Honestly at least let's get 1 automated test to see if the webpack compiles.

Additional context n/a