Integration test

Integration test module is designed to contain all integration tests.

Figure 1. Integration test.

Integration tests should be run on running server with deployed microservices. They should check the logic and also check handling situations when some of microservices are down (as a microservice philosophy is that errors happen and should be handled - resilenced).