airavata-courses / RandomError

RandomError
0 stars 0 forks source link

As part of CI/CD should also run test cases for each service. #56

Open aarushiibisht opened 4 years ago

aarushiibisht commented 4 years ago

Can you add a stage which runs test cases for all micro services in Jenkinsfile

J-Yash commented 4 years ago

Yes...you should write unit test cases for all microservices. Every API in your microservice should have a unit test associated with it. Furthermore, you could write tests for all models and views.