aabarmin / epam-microservices-training-2022

Apache License 2.0
14 stars 15 forks source link

Increase Test Coverage for microservices apps #26

Closed naXa777 closed 11 months ago

naXa777 commented 1 year ago

Need to add automated tests to prevent errors like #19 from happening in future. It would be nice to have at least one test per Spring Boot app.

The first thing you can do is write a simple sanity check test that will fail if the application context cannot start.

See https://spring.io/guides/gs/testing-web/ for example.

naXa777 commented 12 months ago

@aabarmin please assign this issue to me

aabarmin commented 12 months ago

Sure @naXa777, please go ahead with the ticket.