Automation - amanda-zambrana/What2Wear GitHub Wiki
Automation is going to play a critical role in ensuring the reliability of our application. Currently, we are still in the initial stages of defining our testing plan but we have committed to using GitHub Actions as a platform to host the CI/CD pipeline to automate the building, testing, and deployment of the application.
- We plan to incorporate unit testing for both the frontend and backend. This will allow us to test individual components and services to verify if they are working as intended. Initially, we will use Jest as our testing library for writing our test cases but incorporate other testing libraries and frameworks as the application develops.