May 2017
Intermediate to advanced
436 pages
9h 44m
English
Please note that the real purpose of this step in the CI flow is to run the tests that require the service and its dependencies to be running. Those are still not integration tests that require production or production-like environment. The idea behind those tests is to run the service together with its direct dependencies, run the tests, and, once they're finished, remove everything and free the resources for some other task. Since these are still not integration tests, some, if not all, dependencies can be mocks.
Due to the nature of these tests, we need to split the task into three actions:
The dependencies are ...
Read now
Unlock full access