-
Notifications
You must be signed in to change notification settings - Fork 2
Unit Testing, CI and CD
Himanshu Joshi edited this page Mar 2, 2022
·
4 revisions
After all the services are up and running.
Go to the shell of the api-gateway container through the docker app or run.
cd api-gatway
docker-compose backend \bin\sh
Run the following command to run the tests.
pytest
Basic unit tests are automatically run when ever a push or pull request is made into the develop branch.
Screenshot For running unit tests when a push or pull is updated on the api-gateway branch.
Milestone - 1:
Milestone - 2:
- Weather service and Forecasting service with 1 pod
- Weather Service and Forecasting Service with 3 and 5 pods
- User service - 1 pod
- User service -3 and 5 pods
- Auto Scaling
Milestone -3:
Milestone - 4: