UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Back end testing framework research #264

Closed Scott-Kenning closed 12 hours ago

Scott-Kenning commented 4 days ago

Feature Description

Research a new testing framework for backend unit tests

Problem You're Trying to Solve

The tests for backend right now use cypress, which works but is much more complicated than necessary and makes things like testing auth extremely difficult since it runs in a headless browser

Related External Resources