library

End to end testing for microservices with Spring Cloud Contract Stub Runner

I’m dividing a Monolith application into microservices. I have end to end test scenarios. So after I moved one function to a microservice, I tried to re-test these scenarios. But I had a problem in an error case. For example, in a case whe…