franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Automated test suite #132

Open franklindyer opened 2 months ago

franklindyer commented 2 months ago

There should be a suite of automated tests to run on new versions of the site before pushing to deployment. This could be as simple as a shell script performing each possible essential API call to the site, though ideally we would get more advanced with this in the future.

Blocked by #97. This isn't feasible with captcha protection turned on.