We need to figure out what we will be testing and how.
We probably need something along the lines of:
- Unit testing inside Django (probably easy)
- Some type of dependency security (Snyk?)
- Tests at the container level (e.g., what Postman does in assignment 1?)
- Something to scan for credentials and maybe quality (SonarCloud?)
- UI tests maybe (could be overkill, or could be nice?)
We need to figure out what we will be testing and how.
We probably need something along the lines of: