Milestone 5.6
Past due by 23 days
31% complete
Task
Specify and run smoke tests for the Deployed service/component, the Goal is to run some tests against your service after its deployment on the Kubernetes cluster to make sure that it is working as expected,
This involves setting up smoke tests for the service/component deployment, ensuring the reliability and stability of the deployed application.
Th…
Task
Specify and run smoke tests for the Deployed service/component, the Goal is to run some tests against your service after its deployment on the Kubernetes cluster to make sure that it is working as expected,
This involves setting up smoke tests for the service/component deployment, ensuring the reliability and stability of the deployed application.
This includes:
- Proper access to the environment.
- Smoke tests are documented and cover critical functionalities.
- Smoke tests are run after every deployment on the integration cluster.
- Smoke testing is integrated into the deployment workflow (This is an option step for now)