The app is becoming too big to not have tests at all. This is particularly worrying for branch merging that might incur software regression (i.e. things that were working before suddenly don't work anymore).
Ideas welcome for testing:
[ ] db reads, inserts, etc...
[ ] db schemas (also for documentation)
[ ] front-end (api calls to saving, retrieving, etc...)
The app is becoming too big to not have tests at all. This is particularly worrying for branch merging that might incur software regression (i.e. things that were working before suddenly don't work anymore).
Ideas welcome for testing: